cURL
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>" }
Returns the per-event trace timeline for a voice session. Tenant and partner callers receive sanitized event data. Internal platform users receive richer internal trace data, with secret-like values redacted unless the caller is super_admin.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Timeline
Was this page helpful?