Skip to main content
GET
/
org
/
{org_id}
/
workflow
/
{node_id}
/
calls
List calls for workflow node
curl --request GET \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/workflow/{node_id}/calls
[
  {
    "duration_seconds": 123,
    "ended_at": "<string>",
    "id": "<string>",
    "prospect_id": "<string>",
    "started_at": "<string>",
    "status": "<string>",
    "workflow_run_id": "<string>"
  }
]

Path Parameters

org_id
string
required

Organization ID

node_id
string
required

Workflow Node ID

Response

OK

duration_seconds
integer
ended_at
string
id
string
prospect_id
string
started_at
string
status
string
workflow_run_id
string