v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBScheduled Reports
Update scheduled report
Partially update a scheduled report. Omit any field to keep its current value; at least one field must be supplied.
put/scheduled-reports/{report_id}
Path parameters
report_idstring required
Request body
Example request
{
"destinations": [
{
"type": "target_integration",
"id": "int-wh-01",
"label": "Webhooks: Release alerts"
}
]
}Response
Updated scheduled report.
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"
}