Skip to main content
GET
/
api
/
v1
/
voice_sessions
/
{id}
/
trace
Trace timeline (role-sanitized)
curl --request GET \
  --url https://api.callaro.ai/api/v1/voice_sessions/{id}/trace \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "message": "<string>",
  "meta": {},
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Timeline

data
object
message
string | null
meta
object
request_id
string | null