List HTTP audit trail for this partner
HTTP-level audit trail (method, path, status, latency, client IP, idempotency
key, error code). Semantic security events are tracked separately. Required
scope: audit:read.
Pagination uses page/size (offset-based) at this time — distinct from the
cursor envelope used elsewhere in the API. A future revision will align the
envelope on {data, meta:{count, next_cursor}}.
Authorizations
API key authentication. Issued by the Safariat admin or via the partner portal. The secret is shown only once at generation.
Production sk_live_* keys must additionally sign every write request
(POST/PUT/DELETE) with the X-Timestamp and X-Signature headers.
Sandbox sk_test_* keys are exempt from request signing: X-Signature and
X-Timestamp are not required for writes in the sandbox (so the developer-portal
"Try it" playground works end to end). The Idempotency-Key header remains
required on writes in both environments.
Query Parameters
x <= 100