candidates.readpage and pageSize; see the query parameters below for defaults and limits. See Pagination & filtering for examples.curl --location 'https://api.cvviz.com/v1/candidates//applications?page=&pageSize=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"jobId": 901,
"jobTitle": "Senior Backend Engineer",
"jobCode": "ENG-104",
"stage": {
"code": 3,
"label": "Interview",
"parentCode": 2,
"rejected": false
},
"appliedAt": "2026-08-20T08:15:00.000Z",
"updatedAt": "2026-08-30T15:20:00.000Z"
}
],
"meta": {
"pagination": {
"page": 1,
"pageSize": 10,
"totalItems": 1,
"totalPages": 1
}
}
}