v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014994227.2 KB
workflows

Get a workflow revision

Returns a single revision including its full source. Defense-in-depth: the revision must belong to the named workflow or it's treated as missing.

get/workflows/{workflow_id}/revisions/{revision_id}

Path parameters

workflow_idstring uuid required

workflow identifier

workflow identifier

revision_idstring uuid required

revision identifier

revision identifier

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

author_user_idstring required

User who saved the revision.

bytesinteger required

Size of the code source in bytes.

code_sourcestring required

Full code source of the revision.

created_atstring date-time required

When the revision was saved.

idstring required

Revision identifier.

messagestring nullable required

Optional commit-style message.

revisioninteger required

Monotonic revision number, starting at 1.

sha256string required

SHA-256 of the code source.

Example response

{
  "$schema": "/api/v1/WorkflowRevisionDetail.json"
}