GET
/
v1
/
event_stream
/
{call_id}
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>"
}

Headers

authorization
string
required

Your API key for authentication.

Path Parameters

call_id
string
required

The unique identifier of the call for which you want to retrieve detailed information.

Response

level
string

The level of the event - queue or call

message
string

The message of the event.

category
string

The category of the event - info, performance or error.

call_id
string

The unique identifier for the call.

timestamp
string

When the event occurred.