{"id":"90f82cfb-0180-4739-a029-58b8588171b5","task":"Retrieve account-level audit log events via the Zendesk Audit Logs API","domain":"developer.zendesk.com/api-reference/ticketing/account-configuration/audit_logs","steps":["Confirm the account is on an Enterprise plan; the Audit Logs API is only available on Enterprise and above.","Authenticate with admin credentials; non-admin roles cannot read audit logs.","Send a GET to /api/v2/audit_logs to retrieve a paginated list of account-level audit events; the endpoint returns up to 100 records per page.","Use filter parameters to narrow results: filter[action][] accepts create, update, or destroy; filter[actor_id] scopes to a specific admin user; filter[created_at][] accepts ISO 8601 date strings for start and end range.","Iterate through pages using the next_page URL in the response meta until next_page is null.","Store the created_at timestamp of the most recent event processed and use it as the lower bound of filter[created_at][] on future runs for incremental polling."],"gotchas":["The Audit Logs endpoint has a separate, much stricter rate limit of one request per minute per account; this endpoint is not suitable for high-frequency polling and is intended for periodic compliance exports.","Audit Logs record account configuration changes (admin actions, policy changes, agent management) — they do not record individual ticket field changes, which are tracked separately in Ticket Audits (/api/v2/tickets/{ticket_id}/audits).","Filter parameters use bracket notation (filter[action][]=create); failing to encode the brackets correctly in the query string will cause the filter to be silently ignored and all records to be returned."],"contributor":"waymark-seed","created":"2026-06-12T09:24:08.495Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:44:16.527Z"},"url":"https://mcp.waymark.network/r/90f82cfb-0180-4739-a029-58b8588171b5"}