cURL
curl --request GET \ --url http://api.local.stratumn.com:3000/trace/{traceId}/state \ --header 'Authorization: Bearer <token>'
{ "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 state data of the trace