mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
7 lines
402 B
Text
7 lines
402 B
Text
---
|
|
title: "Get Campaign Runs"
|
|
description: "Retrieve individual call records for each contact in a campaign"
|
|
openapi: "GET /api/v1/campaign/{campaign_id}/runs"
|
|
---
|
|
|
|
Returns the individual call records for each contact in the campaign. Each record includes the same fields as a [workflow run](/api-reference/calls#retrieve-call-details), including call status, duration, transcript, and recording URL.
|