v18
latestOpenAPI 3.0.32026-08-07378889.6 MBList flags
Retrieve feature flags for a project. The list can be filtered by state and supports pagination.
Path parameters
The project id or name
The project id or name
Query parameters
The state of the flags to retrieve. Defaults to active.
The state of the flags to retrieve. Defaults to active.
Deprecated. Whether to include creator metadata in each flag in the response. Resolve creator identity client-side (e.g. via the team members endpoint) instead; this parameter will be removed in a future release. Use GET /v1/projects/:id/feature-flags/flags/:flagIdOrSlug?withMetadata=true for single-flag lookups that need creator metadata.
Deprecated. Whether to include creator metadata in each flag in the response. Resolve creator identity client-side (e.g. via the team members endpoint) instead; this parameter will be removed in a future release. Use GET /v1/projects/:id/feature-flags/flags/:flagIdOrSlug?withMetadata=true for single-flag lookups that need creator metadata.
Maximum number of flags to return. When not set, all flags are returned.
Maximum number of flags to return. When not set, all flags are returned.
Pagination cursor to continue from.
Pagination cursor to continue from.
Search flags by their slug or description. Case-insensitive.
Search flags by their slug or description. Case-insensitive.
Filter flags by tag. Repeat the parameter for multiple tags (all must match).
Filter flags by tag. Repeat the parameter for multiple tags (all must match).
The Team identifier to perform the request on behalf of.
The Team slug to perform the request on behalf of.