Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>", "problem_name": "<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