Returns the accepted parameters and expected result structure for a specific
analysis type. The parameters field is a JSON Schema object describing what
the type accepts. The result schema is descriptive. The result.data field
in analysis responses is not constrained by the API contract and may evolve
as the analysis type is developed.
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 type identifier, as returned by GET /analysis/types.
Analysis type detail returned.
available: fully supported and recommended for production usebeta: available for use but the interface or result structure may changedeprecated: will be removed in a future release; migrate to the replacement type indicated in the descriptionavailable, beta, deprecated ["entity"]
A JSON Schema object describing the parameters this analysis type accepts.
Use this to validate your parameters payload before submission.
Narrative description of the result.data structure for this type.
The result schema is intentionally not enforced by the API contract.
It is documented here for reference only and may evolve as the
analysis type develops.