---
title: "List available destinations"
method: GET
path: "/scheduled-reports/destinations"
tags: ["Scheduled Reports"]
---

# List available destinations

`GET /scheduled-reports/destinations`

Returns all available report destinations (email, S3, GCS, etc.).

## Response `200`

A list of available destinations.

- object
  - `object` string
  - `url` string
  - `data` V4ScheduledReportDestination[]
    - `type` string, required — Destination kind. Currently always `target_integration`.
    - `id` string, required — Destination identifier within the given type.
    - `label` string — Human-readable label — present on read, ignored on write.
  - `has_more` boolean

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Feature not available
- `404` — Not found
- `429` — Rate limited
- `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)
