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>"
}
]Returns all calls associated with a specific workflow node across all prospects
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>"
}
]