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

Authorizations

x-api-key
string
header
required

Response

Successfully retrieved assessments

List of assessments

identifier
string
required

Unique identifier for the assessment/interview

candidate_id
string
required

Identifier of the candidate taking the assessment

problem_id
string
required

Identifier of the problem/question for this assessment

status
string
required

Current status of the assessment

createdAt
string
required

Timestamp when the assessment was created