List file activities
dcm_file_trace_listRetrieve file activity from network devices (create, open, modify, delete, rename, move, copy, read). Filter by event type, extension, block status, device, computer, group, domain, or time.
Instructions
Retrieves file activities (create, open, modify, delete, rename, move, copy, read) detected on devices across the network: file name/size, event type, process, device, user, and computer. Supports filters for event type, file extension or extension group, block status, device instance path, time period, computer, group, and domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gid | No | Filter to a custom group of computers by its group ID (from the custom group list API). | |
| raw | No | Return full, unprojected records instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| dipId | No | Filter by device instance path. | |
| event | No | Filter by file event type: 0 unknown, 1 create, 2 open, 3 delete, 4 rename, 5 modify, 6 read, 7 move, 8 copy. | |
| domain | No | Filter by NetBIOS domain name. | |
| period | No | Filter by time range: 0 this week, 1 this month, 2 this year, 3 last week, 4 last month, 5 last 2 months, 6 last 3 months, 7 last 6 months, 8 last 9 months, 9 last year. | |
| computer | No | Filter to a specific computer by its resource_id (from som_computers_list). | |
| fileExtn | No | Filter file activities by file extension, e.g. "pdf". | |
| isBlocked | No | Filter by block status: 0 allowed, 1 blocked. | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. | |
| fileExtnGrp | No | Filter file activities by file extension group. | |
| numberOfDays | No | Only include activity from the last N days. |