cURL
curl --request POST \ --url http://api.local.stratumn.com:3000/trace/{traceId}/details \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "input": "<unknown>" } '
{ "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 input used to retrieve the links of a given trace
The details of the given trace
The links of the trace
The total count of the links
Show child attributes