Schedules API
Retrieve Schedule
Get a schedule by its ID.
GET
/
api
/
v1
/
schedules
/
{schedule_id}
Authorizations
Authorization
string
headerrequiredUse your Secret API key in the form 'Bearer <SECRET KEY>' (without the quotation marks)
Path Parameters
schedule_id
string
requiredThe ID of the schedule.
Response
200 - application/json
id
string
The unique ID of the schedule, prefixed with 'sched_'
task
string
The id of the scheduled task that will be triggered by this schedule
active
boolean
Whether the schedule is active or not
deduplicationKey
string
The deduplication key used to prevent creating duplicate schedules
externalId
string
The external ID of the schedule. Can be anything that is useful to you (e.g., user ID, org ID, etc.)
generator
object
nextRun
string
The next time the schedule will run
environments
object[]
Was this page helpful?