Get a list of all scheduled flow runs
List all active schedules
List schedules for a specific flow
List with pagination and sorting
List recently created schedules
| Status | Description |
|---|---|
ACTIVE | Schedule is active and will execute at the scheduled time |
PAUSED | Schedule is paused and will not execute |
CANCELLED | Schedule has been cancelled and will not execute again |
COMPLETED | One-time schedule that has already executed |
uid from the list response to get detailed information about a specific schedule with Get Schedule or to manage it with Manage Schedule.Scheduled flow_run UUID
1Scheduled flow_run status
1ACTIVE, CANCELLED, PAUSED, COMPLETED User UUID
1Workspace UUID
1Flow preset slug
1Next execution at
1Last executed at
1Created at
1Updated at
11 <= x <= 100x >= 0Sort by fields. Prefix with - for descending order. Default is ascending order.
10128Returns the scheduled flow_runs
A unique identifier for the scheduled flow run.
A unique identifier for the flow preset associated with this scheduled execution.
The human-readable name of the flow preset executed by this schedule.
A unique identifier for the user associated with this scheduled flow run.
A unique identifier for the workspace associated with this scheduled flow run.
The current status of the scheduled flow run.
ACTIVE, CANCELLED, PAUSED, COMPLETED If the flow run is postponed, this field indicates when it will be retried.
The cron expression (in POSIX format) defining the schedule for the flow run.
The IANA timezone for the scheduled flow run.
The date and time of the next scheduled execution.
The date and time when the flow run was last executed.
The date and time when the scheduled flow run was created.
The date and time when the scheduled flow run was last updated.