cURL
curl --request GET \ --url https://api.ropes.ai/api/public/assessments/{interviewId} \ --header 'x-api-key: <api-key>'
{ "interview": { "identifier": "<string>", "candidate_id": "<string>", "problem_id": "<string>", "status": "<string>", "createdAt": "<string>" } }
Get details for a specific assessment by interview ID
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 assessment/interview
Successfully retrieved assessment details
Assessment details
Show child attributes