Learn how to query a catalogue of audit log events using the platform API
🚧 Only available in API versions 2025-07 and later
The audit logs in monday.com provide a detailed record of an account’s security-related activities, including login attempts, board data exports, and more. Access to these logs is restricted to account admins on the Enterprise plan.
You can retrieve a list of supported audit log events by querying the audit_event_catalogue
object. These event names can then be used to filter results when querying the audit_logs
object.
Queries
- Returns an object containing metadata about a catalogue of audit log events
- Can only query
audit_event_catalogue
directly at the root
query {
audit_event_catalogue {
description
metadata_details
name
}
}
Fields
You can use the following field(s) to specify what information your audit_event_catalogue
query will return.
Field | Description |
---|---|
description String | A paginated list of audit log entries. |
metadata_detail JSON | Details about the object's pagination. |
name String |