cURL
curl --request GET \ --url http://api.local.stratumn.com:3000/v2/traces/{traceId}/state \ --header 'Authorization: Bearer <token>'
{ "error": "<unknown>", "data": { "state": {} } }
Retrieves the state 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 state of the given trace
The error of the request
The data of the request
Show child attributes