Skip to main content
Use this endpoint to fetch detailed information about a specific test record. The response includes the record’s current status, authentication requirements, nested test configuration, and the linked participant profile if one exists.

Endpoint

Headers

Path parameters

string
required
The UUID token of the test record.

Response

object
string
Record UUID.
integer
Record status: 0 (VIP wait), 1 (finished), or 2 (ready).
boolean
true if a profile must be authenticated before the test can proceed.
boolean
Organizer policy for the authentication flow. true (default) means POST /record/{token}/auth/ will send an SMS code and return a draft_token that you complete with PUT /record/{token}/auth/verify/. false means authentication completes instantly on the first call.
boolean
true if the test is completed and results are available.
object
Nested test configuration:
  • id (string): Test identifier, for example MCMI or NEO
  • min_age (integer): Minimum participant age in years
  • max_age (integer): Maximum participant age in years
  • gender_permission (string): Allowed gender values
  • title (string): Human-readable test title
  • questions_count (integer): Number of questions in the test
  • doing_time_minutes (integer): Recommended test duration
  • categories (array): Test category metadata
object | null
Linked participant profile, or null if not yet authenticated.

Example request

Example response