Skip to main content
GET
/
api
/
agent-server
/
traces
/
{trace_id}
Get a specific trace with all spans
curl --request GET \
  --url http://localhost:6060/api/agent-server/traces/{trace_id}
{
  "error": true,
  "message": "<string>",
  "data": {
    "trace_id": "<string>",
    "spans": [
      {}
    ]
  },
  "status": 123,
  "errorDetails": {}
}

Path Parameters

trace_id
string
required

Response

Trace retrieved successfully

error
boolean
message
string
data
object
status
integer
errorDetails
object