Skip to main content
GET
/
tracing
/
call
/
{call_id}
cURL
curl --request GET \
  --url https://api.comm.com/api/tracing/call/{call_id} \
  --header 'Authorization: Bearer <token>'
{
  "call_id": "<string>",
  "trace_id": "<string>",
  "call": "<string>",
  "metrics": "<string>",
  "logs": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

call_id
string
required

Query Parameters

call_id
string<uuid>
required

Response

call_id
string
required
trace_id
string
required
call
string
required
metrics
string
required
logs
string
required