Records
List Records and Scores
Retrieve a paginated list of Records for a Run, including all scores for each record.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.scorecard.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Run to list records for.
Example:
"135"
Query Parameters
Maximum number of items to return (1-100). Use with cursor for pagination through large sets.
Example:
20
Cursor for pagination. Pass the nextCursor from the previous response to get the next page of results.
Example:
"123"
JavaScript