Skip to main content
GET
Retrieve a paginated list of your organization’s flags, along with your current flag allowance.
To read flag values on a game server, use GET /flags/config instead — it is cached at the edge and built for polling. This endpoint is for dashboards and management tooling.

Authorization

string
required
Bearer token for authentication. Format: Bearer <your-api-key>

Required Permission

FLAGS_READ

Query Parameters

number
default:"1"
Page number (1-indexed).
number
default:"20"
Number of flags per page (1–100).
Case-insensitive substring match against the flag’s key and name.
boolean
default:"false"
Whether archived flags are included. Accepts true, false, 1 or 0.

Response

FeatureFlag[]
The flags on this page, newest first.
FeatureFlagQuota
Your organization’s flag allowance. Identical to the body of GET /flags/quota.
number
Total flags matching the filter.
number
Current page number.
number
Total number of pages.