Skip to main content
GET
/
api
/
agent-server
/
traces
/
stats
/
endpoints
Get endpoint statistics
curl --request GET \
  --url http://localhost:6060/api/agent-server/traces/stats/endpoints
{
  "error": true,
  "message": "<string>",
  "data": {},
  "status": 123,
  "errorDetails": {}
}

Query Parameters

service_name
string
start_time
string<date-time>
end_time
string<date-time>

Response

Endpoint stats retrieved successfully

error
boolean
message
string
data
object
status
integer
errorDetails
object