Returns a previously completed analysis by its analysis_id. Results are
retained for the duration configured in your deployment’s data retention policy.
JWT issued by your organization's SAML/OIDC identity provider after
authentication. Required for user-attributed queries. The sub claim
is recorded verbatim in the audit trail.
The analysis identifier returned when the analysis was submitted.
Analysis result returned.
Unique identifier for this analysis. Use it to retrieve the result later.
"ana_01JNQBC4X8Y2Z3D"
The analysis type that was run.
complete: analysis ran successfully. result is populated.failed: analysis could not complete. error is populated.complete, failed The entity or set of entities the analysis runs against.
"2026-02-19T14:23:00Z"
"2026-02-19T14:23:04Z"
The result envelope for a completed analysis. The data field contains
the type-specific output. Its structure is documented per analysis type
at GET /analysis/types/{type} and may evolve independently of this contract.
Present when status is failed.