v

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-09523894929.2 KB
Workflows

Retrieve Workflow Revision

post/workflows/revisions/retrieve

Request body

keystring nullable

Key into the environment revision's reference map. Required when retrieving via environment refs.

resolveboolean nullable

When true, resolve @ag.references tokens embedded in the revision configuration before returning it.

Response

Successful Response

countinteger

1 when a revision is returned, 0 when none matched.

status'committed' | 'no_change' nullable

Commit outcome. no_change means the change produced the stored configuration, so no revision was created and workflow_revision is the current head. Absent on paths that do not run the checked commit; a reader must treat absent as committed.