evidence_case_file_get
Fetch case file details by ID to confirm existence and check status before creating evidence groups or reports.
Instructions
Retrieves a case file's details by id. Use to confirm a case file exists, or to check its status before creating evidence groups or reports under it. Requires: evidence_case_file_create → caseFileId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseFileId | Yes | MANDATORY. UUID of the parent case file. Obtain from evidence_case_file_create. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| code | No | ||
| owner | No | ||
| title | No | ||
| groups | No | ||
| status | No | ||
| category | No | ||
| metadata | No | ||
| createdAt | No | ||
| updatedAt | No | ||
| description | No |