List audit log entries
Authentication
Query parameters
Exact match on resource_type, for example agent, campaign, outbound_webhook, export, report, integration or contact. Longer than 100 characters answers 400.
Exact match on resource_id. Must be a UUID or the request fails with 400. Resources with non-UUID ids have no resource_id; their id is kept in changes._resource_ref.
Exact match on user_id. A dashboard user id (user_…), or apikey:<keyId> for requests made with an API key. Up to 200 characters.
Page size, 1 to 100. Out-of-range or non-numeric values silently fall back to 50 (not to the nearest bound).
Rows to skip. Negative or non-numeric values silently fall back to 0.
Response
Rows ordered by created_at descending.

