cURL
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" }
Get the score and completion date for a specific interview
The unique identifier of the interview
Successfully retrieved interview score
The aggregate score for the interview (0-100)
ISO 8601 timestamp when the interview was completed