Skip to main content

Read a workflow as the editable YAML spec

GET 

/v1/workflows/:workflow_id

Read a workflow back as the editable YAML spec, together with its metadata.

This is the round trip of POST /v1/workflows: what comes back here can be edited and resubmitted. Pass include_blueprint=true to also receive the workflow's blueprint — the visual intent design it was generated from — when it has one.

Scoped to the key's organization, so a key can only read its own org's workflows. Requires the workflows:read scope.

Request

Responses

Successful Response