Skip to main content
Use this endpoint to retrieve a paginated list of test records associated with your organizer account. You can filter by completion status, test type, and profile attributes to locate specific records quickly.

Endpoint

Headers

Query parameters

string
Free-text search across record metadata.
integer
default:"1"
Page number for pagination. Each page contains 30 items.
boolean
Filter by completion status. true returns finished records only.
string
Filter by test identifier, for example MCMI, NEO, DASS-21, or PHQ-9.
boolean
Filter by participant gender. true for male, false for female.
string
Filter by profile UUID token.
integer
Filter by your own external identifier assigned during profile creation.

Response

object
integer
Total number of records matching the filters.
string | null
URL for the next page, or null if there is no next page.
string | null
URL for the previous page, or null if there is no previous page.
array
Array of record objects. Each record includes token, status, auth_required, tests_auth_required, is_finished, test, and profile.
object
Summary of available filter options and applied filters.

Example request

Example response