List APM environments

Beta — may change; breaking changes are coordinated with affected
customers. Suitable for evaluation, not production reliance.

Lists environments and the service namespaces with active telemetry in
the [startTime, endTime) window. environment is an optional
exact-match filter (omit to return all environments). This endpoint
does not bucket metrics, so it accepts only startTime/endTime (no
series bucketing) and returns no redMetrics and no related.

Each row's serviceNamespaces is the set observed for that environment,
capped at a server limit; when the full set exceeds the cap, the array
is truncated and truncated is true. The list is never paged separately
— pagination is on the environments axis. Services emitting no
service.namespace contribute nothing; the array never contains null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

OTel deployment.environment. Single-value exact-match filter; omit (or
pass an empty value) to match services in any environment.

date-time

RFC3339 window start (inclusive). The query window is [startTime, endTime). The two bounds are independent: omit startTime and it
defaults to endTime − 1h; omit endTime and it defaults to now;
omit both for the last hour. startTime must be earlier than
endTime, otherwise BadRequest.

date-time

RFC3339 window end (exclusive). Defaults to now when omitted. Pairs with
startTime to form the [startTime, endTime) window; see startTime
for the full defaulting rule.

int64
1 to 100000
Defaults to 100

Max items per page. Default 100, range [1, 100000].

int64
≥ 0
Defaults to 0

Items to skip before the page starts. Default 0.

string
enum
Defaults to environment

Sort key (single key; leading - for descending).
Default: environment. Allowed: environment (and -environment).
Ties are broken by environment ascending (the primary key, so ties
across rows are impossible — each environment appears once).

Allowed:
Responses

Language
Credentials
Bearer
Authorization: Bearer <customerid> <apitoken>
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json