Get Report Schedule
GET/v1/reports/:id/schedule
Returns the recurring schedule the caller has configured for this report, or 204 No Content if the caller has none. Each user manages their own schedule on a shared report — schedules created by other users are not visible through this endpoint. Only deal reports support scheduling.
Request
Responses
- 200
- 204
- 400
- 401
- 404
- 500
Schedule details
No schedule configured for this caller
Scheduling is not supported for this report type
Invalid or missing API key
Report not found
Internal server error