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
Documentation IndexFetch the complete documentation index at: https://docs.ropes.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ropes.ai/llms.txt
Use this file to discover all available pages before exploring further.
The unique identifier of the candidate
Successfully retrieved candidate assessments
List of assessments for the candidate
Show child attributes