Get Campaign Runs
curl --request GET \
--url https://app.dograh.com/api/v1/campaign/{campaign_id}/runs{
"runs": [
{}
],
"total_count": 123,
"page": 123,
"limit": 123,
"total_pages": 123
}Campaigns
Get Campaign Runs
Retrieve individual call records for each contact in a campaign
GET
/
api
/
v1
/
campaign
/
{campaign_id}
/
runs
Get Campaign Runs
curl --request GET \
--url https://app.dograh.com/api/v1/campaign/{campaign_id}/runs{
"runs": [
{}
],
"total_count": 123,
"page": 123,
"limit": 123,
"total_pages": 123
}Returns the individual call records for each contact in the campaign. Each record includes the same fields as a workflow run, including call status, duration, transcript, and recording URL.Documentation Index
Fetch the complete documentation index at: https://docs.dograh.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Query Parameters
JSON-encoded filter criteria
Field to sort by (e.g., 'duration', 'created_at')
Sort order ('asc' or 'desc')
โI