Schedules
schedules
Methods
post/v1/schedules
Create schedules
delete/v1/schedules
Delete schedules
get/v1/schedules
List schedules
Parameters
workflow: string
Filter by workflow
after: string
Optional
The cursor to fetch entries after
before: string
Optional
The cursor to fetch entries before
page_size: number
Optional
The page size to fetch
recipients: Array<
Optional
Filter by recipient
UnionMember0 = string
A user identifier
ObjectReference = { id, collection }
An object reference to a recipient
>
tenant: string
Optional
Filter by tenant
Response fields
The list of schedules
page_info: { __typename, page_size, after, 1 more... }
The information about a paginated result
Request example
200Example
put/v1/schedules
Update schedules
Domain types
Schedule = { id, inserted_at, recipient, 9 more... }
A schedule that represents a recurring workflow execution
ScheduleRepeatRule = { __typename, frequency, day_of_month, 4 more... }
A schedule repeat rule