Skip to main content
GET
Get Workflow Version
Fetch one immutable workflow graph version.
Python
TypeScript
Go
Java
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_version_id
string
required

Query Parameters

workflow_id
string
required

Workflow that owns the version. Workflow version ids are content-addressed by executable spec, so workflow_id disambiguates identical specs reused across workflows.

Response

Successful Response

Public workflow version resource without tenant fields.

id
string
required

Public content-addressed workflow version ID

workflow_id
string
required
created_at
string<date-time>
required
blocks
WorkflowConfigBlock · object[]
edges
WorkflowConfigEdge · object[]
block_version_ids
string[]
edge_version_ids
string[]