Pagination
Keyset pagination
{
"pagination": {
"next": "g3QAAAABaAJkAAtwcmVkaWN0aW9uc2QAB3VzZXJfaWRtAAAABzEwMDI2NzE=",
"page_size": 1000
}
}Random access pagination
Was this helpful?
{
"pagination": {
"next": "g3QAAAABaAJkAAtwcmVkaWN0aW9uc2QAB3VzZXJfaWRtAAAABzEwMDI2NzE=",
"page_size": 1000
}
}Was this helpful?
Was this helpful?
{
"pagination": {
"page": 2,
"page_count": 78946,
"page_size": 10,
"total_count": 789458
}
}$ curl --request GET \\
--url 'http://api.vaix.ai/api/crm/predictions/retention?page_size=5&page=12' \\
--header "Content-Type: application/json"