List runs
List the organization's task and agent runs, newest first, filterable by status, run type, agent, a free-text search term, and failure category. Returns a paginated array of run summaries.
Query parameters
Case-insensitive substring search (min 3 chars for trigram index).
Case-insensitive substring search (min 3 chars for trigram index).
Filter to runs of these workflows (agents). Repeat the param to include multiple.
Filter to runs of these workflows (agents). Repeat the param to include multiple.
Filter by run tags. Each term is a label (production), a group (env:*), or a group:label (env:prod). Repeat the param or comma-separate (?tags=env:prod,env:staging). AND across distinct terms, OR within a group's labels (?tags=customer:acme,env:prod,env:staging -> customer=acme AND env in (prod, staging)). A label term matches the value across any/no group. Matches current tag values only.
Filter by run tags. Each term is a label (production), a group (env:*), or a group:label (env:prod). Repeat the param or comma-separate (?tags=env:prod,env:staging). AND across distinct terms, OR within a group's labels (?tags=customer:acme,env:prod,env:staging -> customer=acme AND env in (prod, staging)). A label term matches the value across any/no group. Matches current tag values only.
Exact-match filter on a workflow run's top classifier failure category (failure_category[0].category). Only failed, terminated, and timed_out runs are eligible; canceled runs are never returned by this filter. Applies to run_type=workflow_run only — combined with a task run_type it matches nothing.
Exact-match filter on a workflow run's top classifier failure category (failure_category[0].category). Only failed, terminated, and timed_out runs are eligible; canceled runs are never returned by this filter. Applies to run_type=workflow_run only — combined with a task run_type it matches nothing.
Headers
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Response
Successful Response
Changes
Changed in 7 of the 86 revisions of this API.8
- ○
added the new optional
queryrequest parameterfailure_categorynew-optional-request-parameter
- ○
- ○
added the enum value
task_v3to the propertyanyOf[subschema #1]/items/of thequeryrequest parameterrun_typerequest-parameter-property-enum-value-added
- ○
- ○
added the new optional
queryrequest parameterworkflow_permanent_idnew-optional-request-parameter
- ○
- ○
added the enum value
pausedto the propertyanyOf[subschema #1]/items/of thequeryrequest parameterstatusrequest-parameter-property-enum-value-added
- ○
- ○
added the new optional
queryrequest parameterrun_typenew-optional-request-parameter
- ○
added the new optional
queryrequest parametertagsnew-optional-request-parameter
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○