Pagination
Cursor Pagination
Parameter
Description
List API method responses
// GET https://api.currents.dev/v1/projects/bAYZ41/runs
{
"status": "OK",
"has_more": true,
"data": [
{
"runId": "9ee42e4b85c02c634fe30b26d728624e",
"cursor": "62c538efcbd7fab8a5edb371",
// ...
}, {
"runId": "9af7a261f148d1b45d013eec6a22902e",
"cursor": "62baacbf9f4689a83d2b24cb",
// ...
},
// ...
]
}Using items cursor for pagination
Offset Pagination
Parameter
Description
Last updated
Was this helpful?