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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>