provider Feature Flags GET /api/v2/feature-flags/environments
@utdk/datadog /api/v2/feature-flags/environments
List environments
Returns a list of environments for the organization. Supports filtering by name and key.
name query
Filter environments by name (partial matching).
string
key query
Filter environments by key (partial matching).
string
limit query
Maximum number of results to return.
integer
offset query
Number of results to skip.
integer

Try it

Authentication
Configure credentials for Datadog API V2 Collection
listfeatureflagsenvironments
GET/api/v2/feature-flags/environments
Returns a list of environments for the organization. Supports filtering by name and key.

Filter environments by name (partial matching).

Filter environments by key (partial matching).

Maximum number of results to return.

Number of results to skip.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.listfeatureflagsenvironments({
  "limit": 100,
  "offset": 0
})