Developer
Developer - Debug

Get Screening Call Debug

Get debug information about screening calls for the current customer.

This endpoint is restricted to developer users only. Returns the same screening calls that are evaluated when determining if the screener is busy, along with their current Twilio status.

This helps debug issues where calls are incorrectly showing as in progress.

get/developer/screening-call-debug

Response

Successful Response

is_screener_busyboolean required

Whether the screener is considered busy based on the evaluation

disable_active_call_checkboolean required

Whether active call checking is disabled for this customer

active_call_statusesstring[] required

Twilio statuses considered 'active'

Changes