v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBScheduled Reports
List available destinations
Returns all available report destinations (email, S3, GCS, etc.).
get/scheduled-reports/destinations
Response
A list of available destinations.
Example response
{
"object": "list",
"url": "/v4/scheduled-reports/destinations",
"data": [
{
"type": "target_integration",
"id": "int-wh-01",
"label": "Webhooks: Release alerts"
}
]
}