API call to return a paginated list of jobs in the given project.
Use the query parameters to further narrow down the searching criteria.
totalPages
field in the top level of the response.totalPages
retrieved in each response and can hence influence the number of times to iterate over to get all the jobs.true
, the response will not contain the list of jobs (the content
field) but only the
counts of elements and pages. Can be used to quickly retrieve the number of elements and pages to iterate over.true
the response
will only contain jobs that have not been imported yet.
This will also return jobs that have not been imported correctly, e.g. due to an error.x >= 0
1 <= x <= 50
1 <= x <= 15
successful operation
The response is of type object
.