files-find_by_name
files-find_by_nameSearch for a file by name within a case, returning the file item if found or null if not.
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 |