# Jobs

A job consists of tasks that are to be executed on a workset.

## Retrieve job details

 - [GET /api/v2/cm/branches/{branchId}/jobs/{jobId}](https://api-docs.sitecore.com/sai/xm-cloud-content/content-management-api/jobs/getjob.md): Lists information about a specific job. This is useful, for example, when you want to get the provisioning status using the task identifier.

## Retrieve a list of job details

 - [GET /api/v2/cm/branches/{branchId}/jobs](https://api-docs.sitecore.com/sai/xm-cloud-content/content-management-api/jobs/getlistjob.md): Lists job details and associated information. If you don't specify any filtering parameters, you will retrieve all workset chain execution details.

## Create chain execution details for a workset and job

 - [POST /api/v2/cm/branches/{branchId}/jobs](https://api-docs.sitecore.com/sai/xm-cloud-content/content-management-api/jobs/createjob.md): Creates execution details for a specific workset and job using their IDs.

