List Executions

Retrieves a list of executions for a specified workflow, supporting filtering by time range, workflow ID, and execution statuses.
Results can be paginated using cursor-based pagination.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
1 to 1000
Defaults to 100

Optional - maximum number of executions to return

date-time

Optional - filter executions created after this time (URL encoded ISO datetime). Defaults to earliest possible time.

date-time

Optional - filter executions created before this time (URL encoded ISO datetime). Defaults to now.

string

Optional - cursor for pagination from previous response

uuid

Optional - filter executions by workflow ID. Defaults to all workflows.

string

Optional - comma-separated list of execution statuses to filter by (e.g. QUEUED,RUNNING,COMPLETED). Defaults to all statuses.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
UUID
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain