get_source_observation
Retrieve an exact immutable source observation by its ID, including the verified raw payload for audit and evidence.
Instructions
Retrieve one exact immutable source observation by ID, including verified raw payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| observation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| synthetic | Yes | Flag indicating if observation contains demonstration data | |
| raw_payload | Yes | Exact raw payload string captured from source | |
| retrieved_at | Yes | Timestamp when source evidence was retrieved | |
| source_system | Yes | Source system name | |
| observation_id | Yes | Unique observation identifier | |
| ingestion_run_id | Yes | Ingestion run identifier | |
| source_record_id | Yes | Source-native record identifier | |
| payload_hash_sha256 | Yes | SHA-256 fingerprint of the raw payload |