Skip to main content

List Audit Logs

GET 

/audit-logs

List audit log entries for the caller's tenant.

  • cursor: Opaque pagination cursor (R160).
  • limit: Number of records to return (1–200, default 50).
  • from_date / to_date: ISO-8601 timestamp range filter.
  • actor_id: Filter by user ID of the acting user.
  • actor_email: Partial case-insensitive match on actor email.
  • action_type: Partial case-insensitive match on action string.
  • resource_type: Exact match on resource type.
  • resource_id: Exact match on resource ID.

Request

Responses

Successful Response