curl --request GET \
--url https://api.bland.ai/v1/sip/discover/status \
--header 'authorization: <authorization>'Poll the status and results of a SIP endpoint discovery session.
curl --request GET \
--url https://api.bland.ai/v1/sip/discover/status \
--header 'authorization: <authorization>'POST /v1/sip/discover.DiscoveryResult object as POST /v1/sip/discover. The status field indicates whether the discovery is still "running", has "completed", or has "failed".
Discovery results expire after 10 minutes.
curl -X GET 'https://api.bland.ai/v1/sip/discover/status?discovery_id=disc_abc123' \
-H "Authorization: Bearer <token>"
Was this page helpful?