# Claim a connector sync job **PUT /_connector/_sync_job/{connector_sync_job_id}/_claim** This action updates the job status to `in_progress` and sets the `last_seen` and `started_at` timestamps to the current time. Additionally, it can set the `sync_cursor` property for the sync job. This API is not intended for direct connector management by users. It supports the implementation of services that utilize the connector protocol to communicate with Elasticsearch. To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure. This service runs automatically on Elastic Cloud for Elastic managed connectors. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **connector_sync_job_id** (string) The unique identifier of the connector sync job. ### Body: application/json (object) - **sync_cursor** (object) The cursor object from the last incremental sync job. This should reference the `sync_cursor` field in the connector state for which the job runs. - **worker_hostname** (string) The host name of the current system that will run the job. ## Responses ### 200 #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)