Monday Connector Objects (auditlog Schema)

NameDescription
AuditLogsRetrieves the audit log events for a specific board, providing a detailed history of actions performed.
NameTypeReadOnlyReferencesFilterOnlyDescription
TimestampDatetimeFalseNoThe date and time when the event occurred, recorded in a standard datetime format.
AccountIdStringFalseNoThe unique identifier of the account that initiated the event, used to track account-level activity.
UserIdIntFalseNoThe unique identifier of the user who initiated the event, enabling user-specific auditing.
EventStringFalseNoThe specific action or operation that was performed, such as 'Login', 'Update', or 'Delete'.
SlugStringFalseNoA human-readable identifier for the event, often used for categorization or reference.
IpAddressStringFalseNoThe IP address from which the event was initiated, useful for tracking geographic location or security purposes.
UserAgentStringFalseNoThe user agent string of the client initiating the event, providing details about the browser or application used.
ClientNameStringFalseNoThe name of the software client used to initiate the event, such as 'Chrome', 'Postman', or 'CustomApp'.
ClientVersionStringFalseNoThe version number of the software client, used to identify the specific release or build of the application.
OsNameStringFalseNoThe name of the operating system on the client device, such as 'Windows', 'macOS', or 'Linux'.
OsVersionStringFalseNoThe version number of the operating system running on the client device, such as 'Windows 10' or 'Ubuntu 22.04'.
DeviceNameStringFalseNoThe name of the device from which the event originated, such as 'John's Laptop' or 'Workstation01'.
DeviceTypeStringFalseNoThe type of device used, such as 'Desktop', 'Laptop', 'Tablet', or 'Smartphone'.
ActivityMetadataStringFalseNoAdditional metadata or contextual information related to the event, providing further details about the activity.

Return to Top