Skip to main content
GET
An append-only record of every flag change, newest first. Flags are the kind of thing people flip during an incident and then disagree about afterwards.

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 entries per page (1–100).
string
Restrict the log to one flag’s history, by UUID.

Response

FeatureFlagAuditEntry[]
The entries on this page, newest first.
number
Total entries matching the filter.
number
Current page number.
number
Total number of pages.

Actions

A runtime change outranks a value change in the label: moving a flag to a client-readable runtime is the one edit that changes who can see the value. The before/after pair carries every field either way.