cURL
curl --request GET \ --url https://api.ropes.ai/api/public/results/scores \ --header 'x-api-key: <api-key>'
{ "scores": [ { "interviewId": "<string>", "score": 123 } ] }
Get scores for all interviews in the authenticated organization
Successfully retrieved all interview scores
List of all interview scores for the organization
Show child attributes