Workflows

List all workflows

Returns workflows WITHOUT the heavy definition (the full DAG) by default — the list view only needs a nodeCount, which is included. Pass fields=full to restore definition + trigger config. Fetch the full workflow via GET /api/workflows/{id}.

get/api/workflows

Query parameters

enabled'true' | 'false'
consecutiveErrorsMininteger nullable
lastRunStatus'running' | 'waiting' | 'completed' | 'failed' | 'skipped' | 'cancelled'
keystring

Non-unique asset directory namespace (for example shared/ or personal/<user-id>/drafts/). Runtime write boundaries normalize and validate the canonical form.

Non-unique asset directory namespace (for example shared/ or personal/<user-id>/drafts/). Runtime write boundaries normalize and validate the canonical form.

keyPrefixstring

Non-unique asset directory namespace (for example shared/ or personal/<user-id>/drafts/). Runtime write boundaries normalize and validate the canonical form.

Non-unique asset directory namespace (for example shared/ or personal/<user-id>/drafts/). Runtime write boundaries normalize and validate the canonical form.

fields'full' | 'slim'

Response

Workflow list

OR

Changes

Changed in 4 of the 104 revisions of this API.56

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

      response-media-type-added

    • added the new optional query request parameter key

      new-optional-request-parameter

    • added the new optional query request parameter keyPrefix

      new-optional-request-parameter

    • added the new optional query request parameter consecutiveErrorsMin

      new-optional-request-parameter

    • added the new optional query request parameter enabled

      new-optional-request-parameter

    • added the new optional query request parameter lastRunStatus

      new-optional-request-parameter

    • deleted the query request parameter consecutiveErrorsMin

      request-parameter-removed

    • deleted the query request parameter enabled

      request-parameter-removed

    • deleted the query request parameter key

      request-parameter-removed

    • deleted the query request parameter keyPrefix

      request-parameter-removed

    • deleted the query request parameter lastRunStatus

      request-parameter-removed