files-find_by_name
files-find_by_nameFind a file by its exact filename within a case. Returns the file item if found, or null if not present.
Instructions
Finds a file by name within a case. Returns the file item if found, null if not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Case ID (@rid format) | |
| filename | Yes | Filename to search for |