Get a workflow by id
Workflows
Get a workflow by id
Returns the workflow summary plus the current version YAML. Use versions list for historical YAML.
GET
Get a workflow by id
Authorizations
API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.
Path Parameters
Workflow id (e.g. wf_abc123)
Response
Workflow summary with current YAML content
Workflow id (e.g. wf_abc123).
Human-readable workflow name from the YAML (e.g. "extract-invoice"). Null when no version is published yet.
Current release tag (e.g. "1.2.4"). Null until a version is published.
YAML for the current version. Null until a version is published. Heavy; only returned on single-workflow GET, not on list.