Endpoint
Authentication
This endpoint requires admin authentication using theX-Admin-Token header.
Admin authentication token configured in your environment settings
Response
Returns a JSON object containing active calls and pending call IDs.List of active call session objects
List of call IDs waiting to be accepted and started. These are calls that have been queued but not yet allocated to a call session.
Example Request
Example Response
Use Cases
- Monitoring: Track the number and status of active calls
- Debugging: Identify calls stuck in specific states
- Capacity Planning: See pending calls waiting for available capacity
- System Health: Verify the call management system is processing requests
Related Endpoints
- GET /api/v1/metrics/live - Get detailed metrics about call processing
- GET /api/v1/health - Check system health status