Get Failed Numbers
Voice Campaigns
Get Failed Numbers
Get phone numbers with failed or unanswered calls
GET
Get Failed Numbers
Description
Returns phone numbers where calls failed, went unanswered, or hit voicemail. Useful for retry campaigns or manual follow-up.Authentication
Your Teli API key
Path Parameters
The campaign identifier
Query Parameters
Response format:
simple (phone list only) or detailed (includes failure reasons)Include voicemail as failed
Include contacts not yet called
Response Fields
Whether the request was successful
Campaign identifier
Number of failed numbers
Array of phone numbers (simple format) or failure objects (detailed format)
Always returns “Teli”
Example Request (Simple)
cURL
Example Response (Simple)
200
Example Request (Detailed)
cURL
Example Response (Detailed)
200
Failure Reasons
| Reason | Description |
|---|---|
no_answer | Call was not answered within timeout |
busy | Line was busy |
voicemail | Call went to voicemail |
call_declined | Recipient declined the call |
invalid_number | Phone number is invalid or unreachable |
not_called | Contact has not been called yet (only if include_not_called=true) |
Use Cases
Retry Campaign
Use the simple format to create a new campaign with failed numbers:Related Endpoints
- List Calls - Full call details
- Get Analytics - Aggregate statistics

