Skip to main content
GET
/
trace
/
{traceId}
/
state
Retrieve trace state
curl --request GET \
  --url http://api.local.stratumn.com:3000/trace/{traceId}/state \
  --header 'Authorization: Bearer <token>'
{
  "state": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

traceId
string
required

The UUID of the trace

Response

200 - application/json

The state of the given trace

state
object
required

The state data of the trace