Skip to content
sigiro
Esc
navigateopen⌘Jpreview

GET /v1/services — discover what services are sending telemetry. Agents call this before /investigate to know what services exist.

GET/v1/services
Responses
200List of services
servicesServiceEntry[]required
Show properties
Array of ServiceEntry
firstSeenstring | null
lastSeenstring | null
namestringrequired
spanCountinteger<int64>required
Request
curl -X GET "/v1/services"
Response
{
  "services": [
    {
      "firstSeen": "string",
      "lastSeen": "string",
      "name": "string",
      "spanCount": 0
    }
  ]
}