curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/batches/{batch_id}/runs{
"data": [
{
"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>"
}
],
"pagination": {
"limit": 123,
"page": 123,
"total": 123,
"total_pages": 123
}
}List all workflow runs in a batch with pagination
curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/batches/{batch_id}/runs{
"data": [
{
"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>"
}
],
"pagination": {
"limit": 123,
"page": 123,
"total": 123,
"total_pages": 123
}
}