Skip to main content
GET
/
api
/
public
/
assessments
/
candidate
/
{candidateId}
Get candidate assessments
curl --request GET \
  --url http://localhost:3001/api/public/assessments/candidate/{candidateId} \
  --header 'x-api-key: <api-key>'
{
  "interviews": [
    {
      "identifier": "<string>",
      "candidate_id": "<string>",
      "problem_id": "<string>",
      "status": "<string>",
      "createdAt": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

candidateId
string
required

The unique identifier of the candidate

Response

Successfully retrieved candidate assessments

interviews
object[]
required

List of assessments for the candidate