Calls
Get Screening Status
Get screening status for bot polling.
The bot should poll this endpoint every 1-2 seconds to check if the screening call has been accepted or declined.
Requires agent token authentication.
Returns:
- screening_id: UUID of the screening request
- status: Current status (pending, accepted, declined, no_answer, failed)
- updated_at: When the status was last updated
get/calls/screening/{screening_id}/status
Path parameters
screening_idstring uuid required
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.