Error
Observe
The org's Settings→Activity trail (what any user — and Flowyte staff — did)
The customer-facing account ACTIVITY trail: a unified, newest-first timeline of what happened in the org — the org's own mutations (audit_logs) merged with the customer-visible Flowyte-STAFF access ledger (staff_access_log). Flowyte-staff access/action rows carry isFlowyteStaff=true (+ staffEmail, reason) so the UI can highlight them ("Flowyte staff accessed your account on <date> — reason <ticket>"). Org-scoped (RLS): a customer sees only their OWN org. VALUE-FREE — route/verb/status/reason only, never request bodies or PII.
Use this for the human-readable Settings→Activity view (it includes Flowyte-staff access rows). For a raw, machine-oriented forensic export of API/key events filtered by date range and actor type, use listAuditLogs instead.
GET
Error
Authorizations
Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.
Query Parameters
1-based page number for offset pagination. Defaults to 1 (the first page).
Required range:
x >= 1Page size — how many items to return per page (1–100). Defaults to 20.
Required range:
1 <= x <= 100