provider Feature Flags GET /api/v2/feature-flags
@utdk/datadog /api/v2/feature-flags
List feature flags
Returns a list of feature flags for the organization. Supports filtering by key and archived status.
key query
Filter feature flags by key (partial matching).
string
is_archived query
Filter by archived status.
boolean
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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listfeatureflags
GET/api/v2/feature-flags
Returns a list of feature flags for the organization. Supports filtering by key and archived status.

Filter feature flags by key (partial matching).

Filter by archived status.

Maximum number of results to return.

Number of results to skip.

Enter a gateway URL above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

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