Other types

Learn about other types supported by the audit logs API

The monday.com audit logs API enables admins to read their account’s security-related activities.

The types below are used by the audit logs query and are not independently queryable.

AuditLogEntry

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

FieldTypeDescription
account_idStringThe unique identifier of the account associated with the event
activity_metadataJSONAdditional metadata about the audit log activity.
client_nameStringThe name of the browser used during the event.
client_versionStringThe version of the browser used during the event.
device_nameStringThe name of the device from which the activity originated.
device_typeStringThe type of device from which the activity originated.
eventStringThe audit log event. You can view a list of supported events by querying audit_event_catalogue .
ip_addressStringThe IP address from which the activity originated.
os_nameStringThe operating system name on the user's device.
os_versionStringThe operating system version on the user's device.
slugStringThe account slug.
timestampStringThe date and time of the audit log event.
userUserThe user who did the audit log event.
user_agentStringThe user agent string of the client or browser.

Pagination

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

FieldTypeDescription
has_more_pagesBooleanWhether there are more available pages.
next_page_numberIntThe next page number.
pageIntThe current page number.
page_sizeIntThe number of requested items per page.