evidence_group_get
Retrieve evidence group status and upload states to confirm all files are uploaded before closing or to inspect the seal after closure.
Instructions
Gets one evidence group's details — status (OPEN/CLOSED), seal information, and its evidences with their upload states. Use to verify every file was uploaded before evidence_group_close, or to check the seal after closing. Requires: caseFileId + evidence_group_create → evidenceGroupId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseFileId | Yes | MANDATORY. UUID of the parent case file. Obtain from evidence_case_file_create. | |
| evidenceGroupId | Yes | MANDATORY. UUID of the evidence group. Obtain from evidence_group_create. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| code | No | ||
| name | No | ||
| type | No | ||
| status | No | ||
| metadata | No | ||
| createdAt | No | ||
| createdBy | No | ||
| discarded | No | ||
| evidences | No | ||
| caseFileId | No | ||
| description | No | ||
| collectionMetadataId | No |