Scores
List scores
Returns scores in your organization.
get/v1/scores
Query parameters
pageinteger
Page number, starting at 1 (max 100).
limitinteger
Items per page (1 to 1000).
Response
A list of scores.
Example response
{
"data": [
{
"finalScore": 78.5
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.