Skip to main content

List services

GET 

/services

Returns the distinct names of services active during the time window. Only services that call at least one other service are returned; leaf-only identities such as database hosts, caches and external endpoints are not listed. When the window is omitted it defaults to the last 5 minutes (max 1 hour).

Environment Filter: Supply environment=<value> to limit results to services tagged with that environment (e.g. production, staging). Omitting it disables the environment filter.

Attribute Filtering: Supplying a span or resource attribute filter changes how the list is built: results are drawn from matching trace data instead, so services with no outgoing calls are included and environment is ignored.

  • span_attr_<key>=<value> - Filter by span attribute
  • resource_attr_<key>=<value> - Filter by resource attribute

Operator Suffixes:

  • Default (no suffix): Equality matching
  • [ne] suffix with empty value: "Not empty" filter

Example: ?span_attr_gen_ai.request.model[ne]= returns only services that have LLM traces.

Request

Responses

List of services

Was this page helpful?