Get v1audit
GET
cURL
Query Parameters
Page size. Default 50, clamped to 100 per ADR-0014.
Required range:
x >= 0When true (default), filter out PEGGED end-state rows. PEGGED is
the "recovered" state — usually noise from the index perspective.
Server-side filter on the to_state value. Closes AC42 — the
previous client-side filter on the web/audit page was correct in
shape but constrained to whatever batch the index returned (default
50 rows). With server filtering the full limit applies to matching
rows. Valid values: PEGGED, DRIFT, DEPEG, CRITICAL, BLACK_SWAN.
Any other value yields HTTP 400 with error: invalid_state.
cURL