Flags
List Flags
Returns a paginated list of flags with their latest config per environment.
GET
Path parameters
Query parameters
Page size. 1–100, default 50.
Timestamp cursor from a previous response’s
nextCursor.Response
Each flag includes a
versions map keyed by environmentId containing the latest FlagVersion
for that environment.| Field | Type | Description |
|---|---|---|
id | string | |
key | string | Developer-facing identifier. Immutable. |
name | string | |
type | "boolean" | "string" | "number" | |
clientSafe | boolean | |
archivedAt | string | null | ISO 8601 or null if active |
versions | Record<environmentId, FlagVersion> | See Flag Config |