Skip to main content
GET
/
org
/
{org_id}
/
workflows
/
{workflow_id}
/
versions
/
{version}
Get workflow version
curl --request GET \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/workflows/{workflow_id}/versions/{version}
{
  "created_at": "<string>",
  "created_by": "<string>",
  "definition": [
    123
  ],
  "id": "<string>",
  "version": 123,
  "workflow_id": "<string>"
}

Path Parameters

org_id
string
required

Organization ID

workflow_id
string
required

Workflow ID

version
integer
required

Version number

Response

OK

created_at
string
created_by
string
definition
integer[]
id
string
version
integer
workflow_id
string