CursorPageInfo
Opaque-cursor pagination details. A cursor is used to request the next page; arbitrary page-number seeking is not supported.
Usage profiles
| Usage | Fields and validation |
|---|---|
| In responses | View fields |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
nextCursor | string | Optional | Pass back as the request's cursor for the next page. Empty on the last page. |
limit | integer (int32) | Optional | Maximum number of entries requested from the listing. Minimum: -2147483648. Maximum: 2147483647. |
totalItems | integer (int32) | Optional; explicit presence | Total number of matching items when it can be counted exactly. Absent when the selected filters do not support an exact total. Minimum: -2147483648. Maximum: 2147483647. |
Where used
| Reference | Relationship |
|---|---|
| List dataset runs | POST /api/v1/evals/list-dataset-runs |
| List observations | POST /api/v1/evals/list-observations |
| List scores | POST /api/v1/evals/list-scores |
| List sessions | POST /api/v1/evals/list-sessions |
| List traces | POST /api/v1/evals/list-traces |
Download the public reference contract.
Document: DOC-API-MODEL-cursor-page-info.