cURL
curl --request GET \ --url https://api.ropes.ai/api/public/assessments/candidate/{candidateId} \ --header 'x-api-key: <api-key>'
{ "interviews": [ { "identifier": "<string>", "candidate_id": "<string>", "problem_id": "<string>", "status": "<string>", "createdAt": "<string>" } ] }
Get all assessments for a specific candidate
The unique identifier of the candidate
Successfully retrieved candidate assessments
List of assessments for the candidate
Show child attributes