---
title: "Add a daily report config to a Codeless test"
method: POST
path: "/v1/lab/{id}/report"
tags: ["Codeless tests"]
---

# Add a daily report config to a Codeless test

`POST /v1/lab/{id}/report`

Configures a recurring email report summarising pass/fail rate for this Codeless test. Use PUT to update.

## Path parameters

- `id` integer, required

## Request body

- PostV1LabIdReport — Add a daily report config to a Codeless test
  - `email` string, required — Email address that receives the report.
  - `cron` string — Cron expression for when to send the report (defaults to daily).

## Response `201`

Add a daily report config to a Codeless test

- TestingbotEntitiesAck — Testingbot_Entities_Ack model
  - `success` boolean, required — Whether the operation succeeded.
  - `errors` object, required — Validation errors keyed by field name. Only present when `success` is false.
  - `error` string, required — Single human-readable reason, used by the older endpoints in place of `errors`. Only present when `success` is false.

## Other responses

- `400` — Validation error
- `401` — Authentication required
- `403` — Account is read-only
- `404` — Test not found

---

[API](https://skmtc.net/testingbot/apis/testingbot-rest-api.md) · [All operations](https://skmtc.net/testingbot/apis/testingbot-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/testingbot/testingbot-rest-api/versions/8f493cca8f92/schema)
