Tone docs
API referenceCampaigns

Outcome tallies for the campaign funnel

Counts by disposition, plus the tallies of your declared output variables — how many said yes, how many rescheduled — which is usually the number the campaign existed to produce.

Requires the read scope. A key with less gets 403 insufficient_scope.

GET
/v1/campaigns/{id}/outcomes
AuthorizationBearer <token>

Authorization: Bearer tone_live_… or tone_test_…. The prefix IS the environment: a test key reaches only the sandbox, and no request field bridges the two.

In: header

Path Parameters

id*string

The campaign's id.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/campaigns/string/outcomes"
{  "data": {    "agentOutcome": {},    "disposition": "answered",    "excludedReason": "invalid_number",    "status": "running"  }}
Was this page helpful?