get_scale_attestation
Retrieve an attestation record with its hash chain for a specified entity and scale level (micro, meso, or macro) to verify integrity and provenance.
Instructions
Get attestation record with hash chain for a specific scale and entity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | Yes | Scale level for attestation | |
| entity_id | Yes | Entity ID to get attestation for | |
| include_chain | No | Include parent hash chain |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Parent hash chain; present when include_chain was set | |
| scale | No | Alignment scale of the attestation | |
| entity_id | No | Entity the attestation belongs to | |
| attestation | No | Null when no attestation exists for the entity |