v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBSchedules
Get schedule
get/api/v1/schedules/{scheduleId}
Path parameters
scheduleIdstring uuid required
The UUID of the scheduled task. Can be found in the schedule's URL after /schedules/.
Example:123e4567-e89b-12d3-a456-426614174000
The UUID of the scheduled task. Can be found in the schedule's URL after /schedules/.
Query parameters
userIdstring uuid
Membership ID of the user whose access should be checked (org API keys only). When provided, the endpoint checks if that user has permission to view the schedule. User-scoped API keys cannot use this parameter.
Example:987fcdeb-51a2-43d7-9b56-254415f67890
Membership ID of the user whose access should be checked (org API keys only). When provided, the endpoint checks if that user has permission to view the schedule. User-scoped API keys cannot use this parameter.
Response
Schedule details
Example response
{
"destinations": [
{
"format": "pdf"
}
],
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Weekly Sales Report",
"schedule": "0 9 ? * MON *",
"timezone": "America/New_York"
}