evidence_group_evidence_get
Retrieves complete details for a specific evidence record within an evidence group, including metadata, hash, custody, and upload state. Use it to verify or inspect evidence status.
Instructions
Gets one evidence's details (metadata, hash, custody, upload state) inside a specific evidence group. Requires: evidence_case_file_create → caseFileId, evidence_group_create → evidenceGroupId, evidence_group_evidence_register → evidenceId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseFileId | Yes | MANDATORY. UUID of the parent case file. Obtain from evidence_case_file_create. | |
| evidenceId | Yes | MANDATORY. UUID of the evidence record. Obtain from evidence_group_evidence_register or generate_evidence. | |
| evidenceGroupId | Yes | MANDATORY. UUID of the evidence group. Obtain from evidence_group_create. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | No | ||
| title | No | ||
| status | No | ||
| groupId | No | ||
| fileName | No | ||
| fileSize | No | ||
| metadata | No | ||
| createdBy | No | ||
| capturedAt | No | ||
| caseFileId | No | ||
| evidenceId | No | ||
| timestamps | No | ||
| custodyType | No |