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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.listfeatureflags({
"limit": 100,
"offset": 0
})