Returns the full details of a truth claim including its current lifecycle status, the original assertion, and — if verification is complete — the verification result and associated receipt. Use this endpoint to check whether a claim has been verified, disputed, or rejected.Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
RequiresX-API-Key header or Bearer JWT token. Tenant-scoped via X-Tenant-ID.
Path Parameters
The unique identifier of the truth claim. Format:
maip-tc:ULID.Response
The truth claim identifier.
The agent that created the claim.
Classification of the claim (
identity, integrity, provenance,
compliance, capability).The entity or resource the claim is about.
The assertion being made.
Current lifecycle status. One of:
pending, verifying, verified,
disputed, rejected.The original agent’s self-reported confidence in the assertion.
URLs pointing to supporting evidence submitted with the claim.
Arbitrary key-value metadata attached to the claim.
Present only when verification is complete. Contains the determination details.
The receipt identifier minted when the claim reached a terminal state.
null
if still pending or verifying.ISO 8601 timestamp of when the claim was created.
ISO 8601 timestamp of the last status change.

