get_packet
Retrieve an evidence packet from Common Thread, defaulting to the latest investigation run or a specified run_id, with selectable JSON, markdown, or PDF format.
Instructions
Evidence packet (§8.1). Default JSON for latest run; pass run_id for a specific run. format=markdown returns markdown text; format=pdf returns base64 PDF (needs PDF worker).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | ||
| redact | No | false disables control-account pseudonymization | |
| run_id | No | ||
| access_token | No | Capability token ct_… (default: COMMON_THREAD_ACCESS_TOKEN env). Shown only at create. | |
| practitioner | No | ||
| redact_accounts | No | Extra handles to redact | |
| investigation_id | No | Investigation id (default: COMMON_THREAD_INVESTIGATION_ID env) |