List Workflow Runs

Lists workflow runs for the authenticated organization with optional full-text
search, filtering, sorting, and offset pagination.

Search matches workflow name, step input/output, errors, console logs, and run
ID (when the search value is a UUID). Filtering, search, sort, and pagination
are performed server-side via the workflow run search index.

Results are always scoped to the authenticated organization. OAuth callers
require the workflows:read scope (and matching workspace permission). API key
callers are authorized by organization membership.

Results default to newest-first by started_at. Use sort=started_at for
oldest-first.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
uuid

Filter runs belonging to a specific workflow.

string
enum

Filter runs by status.

Allowed:
string

Full-text search across indexed workflow run data, including workflow name,
step input/output, errors, console logs, and run ID when the value is a UUID.

date-time

Only include runs that started at or after this ISO8601 timestamp.

date-time

Only include runs that started at or before this ISO8601 timestamp.

integer
1 to 100
Defaults to 20

Maximum number of runs to return.

integer
≥ 0
Defaults to 0

Number of runs to skip for pagination.

string
enum
Defaults to -started_at

Sort by run start time. Use -started_at (default) for newest first, or
started_at for oldest first.

Allowed:
Responses

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