Skip to main content
POST
/
v2
/
traces
/
{traceId}
/
details
Retrieve trace details
curl --request POST \
  --url http://api.local.stratumn.com:3000/v2/traces/{traceId}/details \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "error": "<unknown>",
  "data": {
    "last": 123,
    "before": "<string>",
    "after": "<string>",
    "first": 123
  }
}
'
{
  "error": "<unknown>",
  "data": {
    "links": [
      {}
    ],
    "totalCount": 123,
    "info": {
      "hasNext": true,
      "hasPrevious": true,
      "startCursor": "<string>",
      "endCursor": "<string>"
    }
  }
}

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

Body

application/json
error
any
required

The error of the request

data
object

The data of the request

Response

200 - application/json

The details of the given trace

error
any
required

The error of the request

data
object

The data of the request