Skip to main content
GET
Get invite details

Authorizations

x-api-key
string
header
required

API key for authentication. Format: ak_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Path Parameters

inviteId
string<uuid>
required

Unique identifier of the invite

Response

Successful response

id
string<uuid>

Unique identifier of the invite

assessmentId
string<uuid>

ID of the assessment

assessmentName
string

Name of the assessment

recipientEmail
string<email>

Email address of the invited candidate

recipientName
string | null

Name of the invited candidate

status
enum<string>

Current status of the invite

Available options:
pending,
accepted,
started,
completed,
expired,
revoked
questionReplayLimit
integer

Maximum number of times a candidate can replay each question

answerRecordLimit
integer

Maximum number of recording attempts per answer

sentAt
string<date-time>

When the invite was sent

expiresAt
string<date-time>

When the invite expires

acceptedAt
string<date-time> | null

When the invite was accepted

startedAt
string<date-time> | null

When the candidate started the assessment

completedAt
string<date-time> | null

When the candidate completed the assessment

assignedGrader
object | null

Grader assigned to review this candidate's submission

proctoringSettings
object

Proctoring configuration for this invite

customMessage
string | null

Custom message included with the invite

revokedAt
string<date-time> | null

When the invite was revoked (if applicable)