Skip to main content
GET
/
api
/
public
/
results
/
scores
List all interview scores
curl --request GET \
  --url https://api.ropes.ai/api/public/results/scores \
  --header 'x-api-key: <api-key>'
{
  "scores": [
    {
      "interviewId": "<string>",
      "score": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

Successfully retrieved all interview scores

scores
object[]
required

List of all interview scores for the organization