Error
A valid request URL is required to generate request examples{
"success": true,
"data": [
{
"id": "rsch_1f8a",
"dashboardId": "dsh_9a12",
"name": "Weekly billing digest",
"cadence": "weekly",
"hourLocal": 7,
"tz": "America/New_York",
"recipients": [
"owner@acme.com"
],
"formats": [
"pdf",
"link"
],
"delivery": "email",
"enabled": true,
"lastSentAt": "2026-07-07T11:00:00.000Z",
"createdAt": "2026-06-01T00:00:00.000Z",
"updatedAt": "2026-07-07T11:00:00.000Z"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1,
"totalPages": 1
}
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}Observe
List scheduled reports
The org’s scheduled reports (newest first), each emailing a dashboard digest on a cadence. Optional dashboardId query filters to one dashboard’s schedules. The list is small, so the full document is returned per row (not a header).
GET
/
report-schedules
Error
A valid request URL is required to generate request examples{
"success": true,
"data": [
{
"id": "rsch_1f8a",
"dashboardId": "dsh_9a12",
"name": "Weekly billing digest",
"cadence": "weekly",
"hourLocal": 7,
"tz": "America/New_York",
"recipients": [
"owner@acme.com"
],
"formats": [
"pdf",
"link"
],
"delivery": "email",
"enabled": true,
"lastSentAt": "2026-07-07T11:00:00.000Z",
"createdAt": "2026-06-01T00:00:00.000Z",
"updatedAt": "2026-07-07T11:00:00.000Z"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1,
"totalPages": 1
}
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}Authorizations
Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.
Query Parameters
Filter to schedules for one dashboard.