curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/runs/{run_id}{
"batch_id": "<string>",
"current_step_id": "<string>",
"ended_at": "<string>",
"id": "<string>",
"prospect": {
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"phone": "<string>"
},
"prospect_id": "<string>",
"started_at": "<string>",
"status": "<string>",
"workflow_id": "<string>",
"workflow_version_id": "<string>"
}Get a single workflow run with prospect details
curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/runs/{run_id}{
"batch_id": "<string>",
"current_step_id": "<string>",
"ended_at": "<string>",
"id": "<string>",
"prospect": {
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"phone": "<string>"
},
"prospect_id": "<string>",
"started_at": "<string>",
"status": "<string>",
"workflow_id": "<string>",
"workflow_version_id": "<string>"
}