Get v1auditcsv
GET
cURL
Query Parameters
Lower bound (inclusive) on detected_at. ISO-8601 / RFC-3339.
Upper bound (inclusive) on detected_at. Max 90 days from from
per ADR-0014.
Optional asset symbol filter (e.g. USDe). Recommended for large
ranges.
Response
Streaming CSV export (chunked transfer encoding); max 50k rows per ADR-0014
Previous
`GET /v1/audit/{alert_id}` — single receipt with ADR-0006 four-state
discrimination.Returns `Response` (not `Json`) so each status path can carry distinct
headers and body without fighting axum's `Result<T, E>` → IntoResponse
conversion (which forces non-2xx into the `Err` arm).
Next
cURL