Learn about the additional types used while reading activity logs via the API
The monday.com audit_log API lets admins of Enterprise accounts retrieve their account’s security-related activities.
The object types below provide additional data structures used across the audit log API’s read operations. They extend the core types documented in the main audit_log reference and are used to retrieve detailed account information.
AuditLogEntry
An object containing metadata about the audit log's entries.
| Field | Description |
|---|---|
account_id String | The unique identifier of the account associated with the event |
activity_metadata JSON | Additional metadata about the audit log activity. |
client_name String | The name of the browser used during the event. |
client_version String | The version of the browser used during the event. |
device_name String | The name of the device from which the activity originated. |
device_type String | The type of device from which the activity originated. |
event String | The audit log event. You can view a list of supported events by querying the audit_event_catalogue object. |
ip_address String | The IP address from which the activity originated. |
os_name String | The operating system name on the user's device. |
os_version String | The operating system version on the user's device. |
slug String | The account slug. |
timestamp String | The date and time of the audit log event. |
user User | The user who did the audit log event. |
user_agent String | The user agent string of the client or browser. |
Pagination
An object containing metadata about the audit log's pagination.
| Field | Description |
|---|---|
has_more_pages Boolean | Whether there are more available pages. |
next_page_number Int | The next page number. |
page Int | The current page number. |
page_size Int | The number of requested items per page. |
