Add Audit Log List Endpoint
17 days ago
- Added
auditLog.listto retrieve an organization's audit log entries, newest first, with cursor-based pagination (cursor,limitdefaults to 100). - Filter by
startDate/endDate(UTC; default last 24 hours; max span 18 months when both bounds are explicit),actorIds,targetIds,targetTypes, andcategories. See the Audit Log Vocabulary guide for allowedtargetTypesandcategories, actor types, and how filters combine. - Reuse pagination cursors only with the same date range and filters.
- Requires the
auditLogs:readAPI key scope and the Audit Logs feature. This scope returns events for all organization objects, including confidential jobs and projects, with no confidentiality filtering.

