Jobs API
The Jobs API is a REST API that supports standard methods for retrieving, creating, updating, and deleting the targets associated with a job or a job description.
Access the OpenAPI definition of the latest version of the Jobs API.
Note
There are two versions of the Jobs API. With the first version, /api/jobs/{job_id}
listed all the job's targets. v2 only includes the link to the relation and does not load the job targets, which improves performance.
Note
To help you switch to the Jobs API, we provide detailed steps on how to do so.