Skip to main content
Use this endpoint to fetch a completed test record’s results in structured JSON format. The shape of the 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 identifier
  • title (string): Scale name
  • score (number): Raw or computed score
  • percentile (number): Percentile rank
  • interpretation (string): Human-readable interpretation
string
Overall interpretive summary of the test results.

Example request

Example response

Error responses