Skip to main content
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.

Endpoint

Requires masker_session authentication.

Path parameters

string
required
The session’s ID in sess_* ULID format, e.g. sess_01HYZ....

Response fields

object
required
Full session object.

Example

Response

Errors