Skip to main content
GET
/
api
/
public
/
assessments
/
{interviewId}
Get assessment details
curl --request GET \
  --url http://localhost:3001/api/public/assessments/{interviewId} \
  --header 'x-api-key: <api-key>'
{
  "interview": {
    "identifier": "<string>",
    "candidate_id": "<string>",
    "problem_id": "<string>",
    "status": "<string>",
    "createdAt": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

interviewId
string
required

The unique identifier of the assessment/interview

Response

Successfully retrieved assessment details

interview
object
required

Assessment details