Workflows

List runs for a workflow

get/api/workflows/{id}/runs

Path parameters

idstring required

Query parameters

status'running' | 'waiting' | 'completed' | 'failed' | 'skipped' | 'cancelled'
limitinteger
offsetinteger nullable

Response

Workflow run list

OR

Changes

Changed in 3 of the 104 revisions of this API.5

    • added subschema #1 subschema #2 to the response body anyOf list for the response status

      response-body-any-of-added

    • removed subschema #1 subschema #2 from the response body anyOf list for the response status

      response-body-any-of-removed

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter offset

      new-optional-request-parameter