Retrieves the full details of a specific campaign.
Documentation Index
Fetch the complete documentation index at: https://docs.reachedapp.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/campaigns/:id
| Parameter | Type | Required | Description |
|---|---|---|---|
id | uuid | Yes | The unique identifier of the campaign |
| Field | Type | Description |
|---|---|---|
id | uuid | Campaign unique identifier |
name | string | Campaign name |
status | string | Current status |
parallel_calls | integer | Number of parallel calls configured |
script_template | string | Call script template with placeholders |
tags | array | Tags associated with the campaign |
created_at | datetime | Creation timestamp |