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/jobs//benchmark-resumes?page=&pageSize=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"candidateId": 501,
"firstName": "Asha",
"lastName": "Sharma",
"fileName": "asha-sharma.pdf",
"status": 9
}
],
"meta": {
"pagination": {
"page": 1,
"pageSize": 10,
"totalItems": 1,
"totalPages": 1
}
}
}