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

screening_idstring uuid required

The ID of the screening request

statusstring required

Current status: pending, accepted, declined, no_answer, failed

decline_reasonstring nullable

Transcribed reason for declining (if user provided one)

updated_atstring date-time nullable

When the status was last updated

Changes