Get audit records of user actions.
action1_list_audit_eventsGet audit records of user actions such as logins and remote actions. Filter by event name, date range, and paginate results for efficient review.
Instructions
Get audit records of user actions. 'The Audit Trail contains event records associated with user actions, such as logins, remote. Perm: view_audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Provide the number of the first record to be returned. | |
| event | No | The list of comma-separated event names to include. | |
| limit | No | Set the maximum number of items to be returned (the page size). | |
| cursor | No | Pagination cursor. | |
| filter | No | Provide a case-insensitive substring to filter and narrow down returned results (i.e., if... | |
| sortby | No | Define the sorting order by a certain field. | |
| timeto | No | The end date and time in the following format: YYYY-MM-DD_HH-MM-SS | |
| from_id | No | Provide the sequential ID of the first record to be returned. | |
| verbose | No | Skip per-item compactor. | |
| timefrom | No | The start date and time in the following format: YYYY-MM-DD_HH-MM-SS | |
| auto_paginate | No | Walk all pages. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |