Pagination
Cursor-based pagination
Parameters
Parameter
Description
Response shape
{
"status": "OK",
"has_more": true,
"data": [
{
"runId": "9ee42e4b85c02c634fe30b26d728624e",
"cursor": "62c538efcbd7fab8a5edb371"
},
{
"runId": "9af7a261f148d1b45d013eec6a22902e",
"cursor": "62baacbf9f4689a83d2b24cb"
}
]
}Sort order
Request
What you get
Example: next page (older items)
Example: page toward newer items
Offset-based pagination
Response shape
Field
Meaning
Parameters
Parameter
Description
Example
Last updated
Was this helpful?