Skip to main content
GET

Get Campaign

Retrieve detailed information about a specific campaign, including its configuration, associated calls, uploaded files, and performance statistics.

Endpoint

Path parameters

string
required
The unique identifier of the campaign.

Request headers

string
required
Bearer token for authentication. Format: Bearer talq_your_environment_token_here

Example requests

Response

Success Response (200 OK)

Response fields

boolean
required
Indicates if the operation was successful.
object
required
Campaign details object.

Error responses

404 Not Found

401 Unauthorized

500 Server Error

Error codes

Important notes

Complete data. This endpoint returns complete campaign information including calls, files, and statistics.
Real-time statistics. Campaign statistics are updated in real-time as calls are processed.
File processing status. Monitor file uploads and processing status through the files array.
Call history. View all calls associated with the campaign, including retry attempts.
  • List Campaigns: GET /api/v1/campaigns
  • Create Campaign: POST /api/v1/campaigns
  • Update Campaign: PUT /api/v1/campaigns/{campaign_id}
  • Update Campaign Status: PATCH /api/v1/campaigns/{campaign_id}/status
  • Delete Campaign: DELETE /api/v1/campaigns/{campaign_id}
  • Make Campaign Call: POST /api/v1/campaigns/{campaign_id}/call