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.
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>"
}
queue
or call
info
, performance
or error
.Was this page helpful?