GET /sessions/{id} — full session detail and events
Retrieve full detail for a single session: redaction events, per-category detection counts, stage latencies, and Merkle root for audit verification.
Returns complete detail for a single session, including every individual redaction event with span coordinates, confidence scores, and token metadata. This is the endpoint to use when you need to investigate a specific call, verify what PHI was detected, or pull the merkle_root_hex for audit chain-of-custody verification.If log_payloads: true is set in the agent’s masking policy, the response also includes the original request, masked payload sent to the LLM, and the final response. Payloads are null by default.