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

Path Parameters

app_id
string
required

The ID of the app

workflow_id
string
required

The ID of the workflow

Query Parameters

page
number

Page number

take
number

Number of items to take

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