v1

latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KB

Retry a campaign

Retries failed or no-answer recipients in a campaign. Only recipients with FAILED or NO_ANSWER status will be retried.

post/v1/voice-agents/campaigns/{id}/retry

Path parameters

idstring uuid required
Example:a8f7656f-098b-4c43-b165-7cfd2cc8ac50

UUID of the campaign.

Response

Successful response

successboolean
messagestring
messageKeystring

Example response

{
  "success": true,
  "message": "Operation completed successfully",
  "messageKey": "OPERATION_SUCCESSFUL"
}