cURL
curl --request GET \ --url https://api.bland.ai/v1/calls/active \ --header 'authorization: <authorization>' \ --header 'x-bland-org-id: <x-bland-org-id>'
{ "data": [ { "call_id": "8dd6f762-6c67-4546-aaad-3e59f5e4a09c", "user_id": "bdffa9e8-436c-416d-b95f-a77b19ae4411", "from": "+18475586665", "to": "+13105100966", "objective": "You are a 2...", "pathway_id": "", "start_time": "", "international": "false", "status": "QUEUED", "timestamp": "1758656817432" }, { "call_id": "dadbc09a-9b0b-4eb5-b67f-0c7f1206c623", "user_id": "bdffa9e8-436c-416d-b95f-a77b19ae4411", "from": "+18154728283", "to": "+16106876633", "objective": "You are a 2...", "pathway_id": "", "start_time": "", "international": "false", "status": "IN_PROGRESS", "timestamp": "1758656900740" } ], "errors": null }
Retrieve all currently active calls for your organization. Active calls include both queued and in-progress calls that have not yet completed.
"true"
"false"
QUEUED
IN_PROGRESS
null
Was this page helpful?