Skip to main content
GET
/
api
/
agent-server
/
traces
List traces with optional filters
curl --request GET \
  --url http://localhost:6060/api/agent-server/traces
{
  "error": true,
  "message": "<string>",
  "data": {
    "traces": [
      {}
    ],
    "total": 123,
    "limit": 123,
    "offset": 123
  },
  "status": 123,
  "errorDetails": {}
}

Query Parameters

service_name
string
span_name
string
trace_id
string
limit
integer
default:50
offset
integer
default:0
min_duration
number<float>
max_duration
number<float>
has_errors
boolean
start_time
string<date-time>
end_time
string<date-time>

Response

Traces retrieved successfully

error
boolean
message
string
data
object
status
integer
errorDetails
object