---
title: "Send test report"
method: POST
path: "/scheduled-reports/{report_id}/send-test"
tags: ["Scheduled Reports"]
---

# Send test report

`POST /scheduled-reports/{report_id}/send-test`

Triggers a test send for a scheduled report. Returns 202 Accepted.

## Path parameters

- `report_id` string, required

## Response `202`

Test send accepted; delivery runs asynchronously.

- object
  - `object` string, required
  - `url` string, required
  - `message` string, required

## Other responses

- `400` — Invalid report_id
- `401` — Unauthorized
- `403` — Feature not available
- `404` — Report not found
- `429` — Rate limited. The send-test endpoint is capped at one call per minute per report; the response includes a Retry-After header of 60 seconds.
- `500` — Internal error
- `502` — Storage error
- `504` — Upstream timeout

---

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