get_evidence
Retrieve evidence details and timestamping status by UUID. Use after registration to confirm if status is IN_PROCESS, COMPLETED, or ERROR.
Instructions
Retrieves an evidence record's details and status by id (legacy top-level name). Use to check an evidence's timestamping status (IN_PROCESS / COMPLETED / ERROR) after registration. Requires: generate_evidence or evidence_group_evidence_register → evidenceId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| evidenceId | Yes | MANDATORY. UUID of the evidence record. Obtain from evidence_group_evidence_register or generate_evidence. |
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 |