cURL
curl --request POST \ --url http://api.local.stratumn.com:3000/v2/traces/{traceId}/details \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "error": "<unknown>", "data": { "last": 123, "before": "<string>", "after": "<string>", "first": 123 } } '
{ "error": "<unknown>", "data": { "links": [ {} ], "totalCount": 123, "info": { "hasNext": true, "hasPrevious": true, "startCursor": "<string>", "endCursor": "<string>" } } }
Retrieves the details of a given trace by id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The UUID of the trace
The error of the request
The data of the request
Show child attributes
The details of the given trace