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//events?page=&pageSize=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "Status changed:2026-09-01T10:00:00.000Z:0",
"type": "Status changed",
"occurredAt": "2026-09-01T10:00:00.000Z",
"jobId": 901,
"jobTitle": "Senior Backend Engineer",
"actorName": "Recruiter name",
"description": "Moved to Interview"
}
],
"meta": {
"pagination": {
"page": 1,
"pageSize": 10,
"totalItems": 1,
"totalPages": 1
}
}
}