v13

latestOpenAPI 3.0.32026-07-31359869.4 MB
feature-flags

List flags

Retrieve feature flags for a project. Returns an opaque cursor for pagination.

get/v2/projects/{projectIdOrName}/feature-flags/flags

Path parameters

projectIdOrNamestring required

The project id or name

The project id or name

Query parameters

state'active' | 'archived'

The state of the flags to retrieve. Defaults to active.

The state of the flags to retrieve. Defaults to active.

limitinteger

Maximum number of flags to return.

Maximum number of flags to return.

cursorstring

Pagination cursor to continue from.

Pagination cursor to continue from.

searchstring

Search flags by their slug or description. Case-insensitive.

Search flags by their slug or description. Case-insensitive.

tagsstring[]

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).

createdBystring

Filter flags by the id of the entity that created them (a user or team id).

Filter flags by the id of the entity that created them (a user or team id).

maintainerIdsstring[]

Filter flags by maintainer user id. Repeat the parameter for multiple maintainers (any may match).

Filter flags by maintainer user id. Repeat the parameter for multiple maintainers (any may match).

includeMarketplaceFlagsboolean

Whether to include Marketplace experimentation items in the paginated response. Defaults to false.

Whether to include Marketplace experimentation items in the paginated response. Defaults to false.

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Response