cURL
curl --request GET \ --url https://api.promptmetrics.dev/traces/trace/{trace_id} \ --header 'Authorization: Bearer <token>'
{ "responseData": { "trace_id": "<string>", "spans": "<array>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Trace tree
Show child attributes