Getting jobs
The proxy also provides convenient endpoints that allow getting jobs, either as a page of jobs based on some filtering options or a given job based on its job ID.
A page of jobs follows this interface:
Access the jobs endpoint providing a start and a length so that you can fetch a particula page of jobs.
If you are instead interested in getting one particular job based on its id, just use this endpoint instead:
And if the job exists you will get a JobJson
object.
Last updated