List Records
Retrieve a paginated list of Records for a Run, including all scores for each record.
get/runs/{runId}/records
Path parameters
runIdstring required
Example:135
The ID of the Run to list records for.
Query parameters
limitinteger
Example:20
Maximum number of items to return (1-100). Use with cursor for pagination through large sets.
cursorstring
Example:123
Cursor for pagination. Pass the nextCursor from the previous response to get the next page of results.
tagsstring[]
Filter to records carrying every listed tag (repeatable, AND semantics). E.g. ?tags=urgent&tags=regression.
Response
Successfully retrieved list of Records with scores.