Numbers
Number connection status
Syncs and returns the number’s current connection state (OPEN/CONNECTING/…). Meta numbers return OPEN. Useful to poll after creating/connecting.
GET
Number connection status
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Syncs and returns the number’s current connection state (OPEN/CONNECTING/…). Meta numbers return OPEN. Useful to poll after creating/connecting.
curl --request GET \
--url https://pilotstatus.com.br/v1/numbers/{id}/status \
--header 'x-api-key: <api-key>'{
"id": "num_01HZX...",
"state": "OPEN"
}Was this page helpful?
curl --request GET \
--url https://pilotstatus.com.br/v1/numbers/{id}/status \
--header 'x-api-key: <api-key>'{
"id": "num_01HZX...",
"state": "OPEN"
}