Add Audit Log List Endpoint

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