Skip to content
sigiro
Esc
navigateopen⌘Jpreview

List services

Every service that has reported telemetry, with the first and last timestamp seen for each (microseconds since the Unix epoch). The entry point of an agent loop: pick a service here, then investigate it.

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
    }
  ]
}