v1

latestOpenAPI 3.0.32026-07-26120117318.1 KB
Scheduled Reports

List scheduled reports

Returns all scheduled reports for the authenticated project.

get/scheduled-reports

Query parameters

limitinteger
offsetinteger

Response

A list of scheduled reports.

objectstring
urlstring
has_moreboolean

Example response

{
  "object": "list",
  "url": "/v4/scheduled-reports",
  "data": [
    {
      "object": "scheduled_report",
      "id": "wbRlfw1x",
      "url": "/v4/scheduled-reports/wbRlfw1x",
      "report_name": "Daily Revenue",
      "send_at": "09:00",
      "included_range_days": 1,
      "status": "active",
      "environment": "production",
      "runs": 14,
      "destinations": [
        {
          "type": "target_integration",
          "id": "int-wh-01",
          "label": "Webhooks: Release alerts"
        }
      ],
      "created_at": "2026-04-23T11:44:36Z",
      "updated_at": "2026-04-23T11:44:36Z"
    }
  ]
}