Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your API key for authentication.
Query Parameters
The phone number to check health for. Must be in E.164 format.
Response
Health status: "healthy", "unreachable", or "unchecked". Inbound-only trunks show "unchecked" since there is no outbound endpoint to probe.
Response time of the SIP OPTIONS probe in milliseconds. null if unreachable or unchecked.
ISO 8601 timestamp of when the health check was performed.
curl -X GET 'https://api.bland.ai/v1/sip/status?phone_number=%2B14150000000' \
-H "Authorization: Bearer <token>"
{
"data": {
"status": "healthy",
"response_time_ms": 42,
"checked_at": "2026-03-09T12:00:00Z"
},
"errors": null
}
Docs for agents: llms.txt