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

Path Parameters

org_id
string
required

Organization ID

workflow_id
string
required

Workflow ID

Response

OK

created_at
string
definition
integer[]
description
string
id
string
is_active
boolean
name
string
published_at
string
trigger_type
string
updated_at
string
version
integer