jobs.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?page=&pageSize=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 901,
"title": "Senior Backend Engineer",
"code": "ENG-104",
"status": 5,
"statusLabel": "In Progress",
"approvalStatus": 1,
"approvalStatusLabel": "Approved",
"isDraft": false,
"location": {
"country": "India",
"state": "Maharashtra",
"city": "Pune",
"isRemote": false
},
"jobType": "Full time",
"experience": {
"minimum": 2,
"maximum": 5
},
"description": "<p>Build and operate reliable backend services.</p>",
"qualifications": [
"Bachelor's degree"
],
"salary": {
"minimum": 1200000,
"maximum": 1800000,
"currency": "INR",
"interval": "year"
},
"createdAt": "2026-08-15T09:30:00.000Z",
"updatedAt": "2026-08-31T12:45:00.000Z"
}
],
"meta": {
"pagination": {
"page": 1,
"pageSize": 10,
"totalItems": 1,
"totalPages": 1
}
}
}