---
title: "List report schedules"
method: GET
path: "/api/v1/analytics/report/{id}/schedule"
tags: ["Report"]
---

# List report schedules

`GET /api/v1/analytics/report/{id}/schedule`

List all scheduled report exports

## Path parameters

- `id` string, required — Resource identifier.

## Response `200`

Report schedule response

- object
  - `data` object[], nullable, required
    - `reportId` number, required — ID of the report
    - `crontab` string, required — Crontab expression for scheduling the report
    - `exportType` string, required — Export type that is triggered by the schedule
    - `exportFormat` string, required — Export format of the result
    - `emailList` string[]
    - `senderAccountId` integer, nullable — ID of the email account to use for sending
    - `uuid` string, uuid, required — UUID of the report schedule
    - `lastExecution` string, date-time, nullable — Last execution time
    - `nextExecution` string, date-time — Next execution time
    - `createdAt` string, date-time, required — Creation time
    - `updatedAt` string, date-time, required — Last update time
    - `reportTitle` string, nullable — Title of the report

## Other responses

- `400` — IETF RFC 9457 Problem API compliant response
- `401` — Unable to authenticate the client
- `403` — Unable to authorize the client
- `404` — Resource was not found or not enough access privileges
- `415` — Resource representation send in the request is not supported.

---

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