List test takers
Returns a paginated list of each test taker’s in the project. Filter by referenceId, fullName, or email.
Authorizations
API key generated in the Portal (Workspace Settings → API Keys).
Path Parameters
Project Id. Obtain via GET /projects or from the project URL.
Query Parameters
Page number, starting at 1. Default: 1.
Items per page (1–100). Default: 100.
Sort direction. One of: asc, desc. Default: asc.
Asc, Desc "Asc"
Sort field. One of: priority, performance, fullName, lastTestSent. Default: priority.
Priority, Performance, FullName, LastTestSent "Priority"
Substring match across referenceId, fullName, and email.
500Filter by completed results only. true = completed only, false = all.
Filter by presence of referenceId. true = has ID, false = no ID, null = all.
Exact match for referenceId.
500Filter by presence of LastTestSentUtc. true = has value, false = no value, null = all.
Lower bound (inclusive) for LastTestSentUtc. ISO 8601.
Upper bound (inclusive) for LastTestSentUtc. ISO 8601.
Response
OK
Numeric identifier of the test taker within the project.
The test taker's email address.
Your own identifier for this test taker, echoed back if one was supplied on creation. Null if none was set.
The test taker's first name. Null if not provided.
The test taker's last name. Null if not provided.
The test taker's full name (first and last combined). Empty string if no name is on file.
The test taker's year of birth. Null if not provided.
Latest assessment status for this test taker. Null if they have not started a test yet.
Started, Completed, CouldNotCompleteConnectionIssues, CouldNotCompleteNpServerIssues, CouldNotCompleteTimedOut, CouldNotCompleteUnsupportedDevice, Confirming, HighRisk, InProgress, NotStarted, Incomplete, Fatigued, Distressed, ReasonableCause, Escalated, Emergency, null "Started"
When the test taker's most recent assessment was completed (ISO-8601, UTC). Null if no assessment has been completed.
When the most recent test invitation was sent to this test taker (ISO-8601, UTC). Null if a test has never been sent.
Whether this test taker is flagged as a top performer for the project. A derived categorical indicator, not a score or ranking.