> For the complete documentation index, see [llms.txt](https://api-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.rightsline.com/entities/job.md).

# Job

### Endpoints

| Method | Endpoint                     | Description                                                                    |
| ------ | ---------------------------- | ------------------------------------------------------------------------------ |
| POST   | /v4/job                      | [Create a job.](/entities/job/job-create.md)                                   |
| GET    | /v4/job/:id                  | [Retrieve a job.](/entities/job/job-retrieve.md)                               |
| PUT    | /v4/job/:id                  | [Update a job.](/entities/job/job-update.md)                                   |
| DELETE | /v4/job/:id                  | [Delete a job.](/entities/job/job-delete.md)                                   |
| GET    | /v4/job-templates            | [Retrieve job templates.](/config/templates.md)                                |
| GET    | /v4/job-statuses/:templateId | [Retrieve job statuses.](/entities/job/retrieve-job-statuses.md)               |
| GET    | /v4/job/:id/draft-templates  | [Retrieve job draft templates.](/entities/job/retrieve-job-draft-templates.md) |
| POST   | /v4/job/:id/switch-template  | [Switch job template.](/entities/job/switch-job-template.md)                   |
