List Action Log
List_Action_LogRetrieve and filter action logs from your Files.com account by folder, path, user, or date range.
Instructions
List Action Logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination. | |
| per_page | No | Number of records to show per page. (Max: 2000, 1,000 or less is recommended). | |
| filter | No | If set, return records where the specified field is equal to the supplied value. Valid fields are `folder`, `path`, `src`, `destination`, `created_at`, `user_id` or `username`. | |
| filter_gt | No | If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`. | |
| filter_gteq | No | If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`. | |
| filter_prefix | No | If set, return records where the specified field is prefixed by the supplied value. Valid fields are `folder`, `path`, `src`, `destination` or `username`. | |
| filter_lt | No | If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`. | |
| filter_lteq | No | If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`. | |
| fields | No | Optional list of attribute names to include as columns in the response table. When omitted, a sensible default set is used. Useful for narrowing wide entities or surfacing fields not in the default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |