Base endpoint
Outbound call queues
Get outbound queue count
Retrieve the total count of outbound call queue entries matching the specified filters.The unique identifier of the business
Optional filters for counting queue entries
Whether the request succeeded
Total count of matching queue entries
Get outbound queue entries
Retrieve paginated outbound call queue entries with filtering and sorting.Page number (1-indexed, default: 1)
Number of results per page (default: 50, max: 100)
Filter criteria (same as count endpoint)
Field to sort by:
createdAt, updatedAt, scheduledTimeSort direction:
asc or descGet single outbound queue entry
Retrieve detailed information about a specific outbound queue entry.The unique identifier of the queue entry
Inbound call queues
Get inbound queue count
Retrieve the total count of inbound call queue entries.Get inbound queue entries
Retrieve paginated inbound call queue entries.Get single inbound queue entry
Retrieve detailed information about a specific inbound queue entry.Queue entry structure
Unique identifier for the queue entry
Associated business ID
Campaign identifier (for outbound calls)
Agent handling the call
Phone number being called (outbound) or calling (inbound)
Queue status:
Pending, InProgress, Completed, Failed, CancelledWhen the call is scheduled (ISO 8601)
When the call started (ISO 8601)
When the call completed (ISO 8601)
Number of retry attempts
Last error message if failed
Use cases
Campaign monitoring
Track the progress of outbound calling campaigns in real-time
Queue analytics
Analyze call queue metrics and performance
Call center operations
Monitor inbound call queues for contact centers
Retry management
Identify and manage failed calls for retry
Error codes
| Code | Description |
|---|---|
INVALID_BUSINESS_ID | The business ID does not exist or you don’t have access |
INVALID_QUEUE_ID | The specified queue entry was not found |
INVALID_FILTERS | Filter parameters are malformed |
PERMISSION_DENIED | API key lacks required permissions |
Related endpoints
- Calls API - Initiate and manage calls
- Conversations API - Retrieve call transcripts and history
- Business API - Manage business configuration