Skip to main content
GET
Get workflow version

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose workflows you want to work with.

workflow_id
string
required

ID of the workflow, as returned in id by List workflows.

version_id
string
required

ID of the version, as returned in version_id by List workflow versions. It is the SHA-256 hash of the definition, not a Base44 object ID.

Response

The version and its definition.

A single immutable version with its full definition.

version_id
string
required

ID of the version, which is the SHA-256 hash of its definition.

Example:

"9f2c1a7b3e5d84f60c1b2a9e7d4f8c3b6a5e2d1f0c9b8a7e6d5c4b3a2f1e0d9c"

definition
Definition · object
required

The steps this version runs, as a CNCF Serverless Workflow v1.0 document.

Example: