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 exampleMCMIorNEOmin_age(integer): Minimum participant age in yearsmax_age(integer): Maximum participant age in yearsgender_permission(string): Allowed gender valuestitle(string): Human-readable test titlequestions_count(integer): Number of questions in the testdoing_time_minutes(integer): Recommended test durationcategories(array): Test category metadata
object | null
Linked participant profile, or
null if not yet authenticated.
