v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBScheduled Reports
Create scheduled report
Creates a new scheduled report.
post/scheduled-reports
Request body
Example request
{
"report_name": "Daily Revenue",
"send_at": "09:00",
"included_range_days": 1,
"status": "active",
"environment": "production",
"destinations": [
{
"type": "target_integration",
"id": "int-wh-01",
"label": "Webhooks: Release alerts"
}
]
}Response
Scheduled report created.
Example response
{
"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"
}