cURL
curl --request GET \ --url https://api.bland.ai/v1/event_stream/{call_id} \ --header 'authorization: <authorization>'
{ "level": "<string>", "message": "<string>", "category": "<string>", "call_id": "<string>", "timestamp": "<string>" }
Retrieve stream of events that occured during the call.
queue
call
info
performance
error
Was this page helpful?