Other Types

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.

FieldDescription
account_id StringThe unique identifier of the account associated with the event
activity_metadata JSONAdditional metadata about the audit log activity.
client_name StringThe name of the browser used during the event.
client_version StringThe version of the browser used during the event.
device_name StringThe name of the device from which the activity originated.
device_type StringThe type of device from which the activity originated.
event StringThe audit log event. You can view a list of supported events by querying the audit_event_catalogue object.
ip_address StringThe IP address from which the activity originated.
os_name StringThe operating system name on the user's device.
os_version StringThe operating system version on the user's device.
slug StringThe account slug.
timestamp StringThe date and time of the audit log event.
user UserThe user who did the audit log event.
user_agent StringThe user agent string of the client or browser.

Pagination

An object containing metadata about the audit log's pagination.

FieldDescription
has_more_pages BooleanWhether there are more available pages.
next_page_number IntThe next page number.
page IntThe current page number.
page_size IntThe number of requested items per page.