Skip to main content
GET
/
tracing
/
search
cURL
curl --request GET \
  --url https://api.comm.com/api/tracing/search \
  --header 'Authorization: Bearer <token>'
{
  "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.

Query Parameters

trace_id
string
required

Response

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