Skip to main content
GET
/
v2
/
traces
/
{traceId}
/
state
Retrieve trace state
curl --request GET \
  --url http://api.local.stratumn.com:3000/v2/traces/{traceId}/state \
  --header 'Authorization: Bearer <token>'
{
  "error": "<unknown>",
  "data": {
    "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

error
any
required

The error of the request

data
object

The data of the request