---
title: "Jobs"
description: "Start content management jobs that create, update, or delete entities in Mindtickle Content Center, and track them with their execution ID."
contentType: "overview"
url: "https://developer.mindtickle.com/docs/content-center/jobs/"
---

A content management job processes and synchronizes uploaded content between your external system and Content Center. Each job returns an `execution_id` that you use to track its progress and final outcome.

## Endpoints

- [Initiate a content management job](/docs/content-center/jobs/initiate-a-content-management-job/): start a job that creates or updates content assets according to the integration's configuration.
- [Check content management job status](/docs/content-center/jobs/check-content-management-job-status/): monitor the progress and final outcome of a job using its `execution_id`.

## Related

- [Content Center](/docs/content-center/): key concepts, the Entity object reference, common errors, and usage examples shared by these endpoints.
- [Integration](/docs/content-center/integration/): create the integration whose integration_id and root_folder_id every job requires.
