data object varies by test type (analyst-specific scoring), but common fields include scales, raw scores, and interpretive summaries.
Prerequisites
The record must be finished (is_finished: true). If the test is not yet completed, this endpoint returns HTTP 409.
Endpoint
Headers
Path parameters
string
required
The UUID token of the finished test record.
Response
object
Analyst-specific structured result. Common top-level fields include:
array
Array of scale objects, each containing:
id(string): Scale identifiertitle(string): Scale namescore(number): Raw or computed scorepercentile(number): Percentile rankinterpretation(string): Human-readable interpretation
string
Overall interpretive summary of the test results.

