GET
/
apps
/
{app_id}
/
workflows
/
{workflow_id}
/
versions
/
{version_id_or_version_number}

Path Parameters

app_id
string
required

The ID of the app

workflow_id
string
required

The ID of the workflow

version_id_or_version_number
string
required

The ID or version number of the workflow version

Response

200 - application/json
id
string
required

Unique identifier for the workflow version

description
string | null
required

Description of the workflow at the time this version was deployed

version
number
required

Version number

created_at
string | null
required

Date when the version was deployed

key
string
required

Unique key for the workflow version

input
object
required

Input definition of the workflow at the time this version was deployed

input_default
object | null
required

Default config input values of the workflow at the time this version was deployed

steps
object[]
required

Steps of the workflow at the time this version was deployed