Skip to main content
GET
/
api
/
public
/
results
/
{interviewId}
/
score
Get interview score
curl --request GET \
  --url http://localhost:3001/api/public/results/{interviewId}/score \
  --header 'x-api-key: <api-key>'
{
  "score": 123,
  "completedAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

interviewId
string
required

The unique identifier of the interview

Response

Successfully retrieved interview score

score
number
required

The aggregate score for the interview (0-100)

completedAt
string<date-time> | null
required

ISO 8601 timestamp when the interview was completed