---
title: "GET /sync-jobs/{syncSource}"
method: GET
path: "/sync-jobs/{syncSource}"
---

# GET /sync-jobs/{syncSource}

`GET /sync-jobs/{syncSource}`

Gets the SyncJob.

## Path parameters

- `syncSource` string, required

## Query parameters

- `workspace` string

## Response `200`

Success

- GetSyncJobResponse
  - `arn` string, required — The sync job ARN.
  - `workspaceId` string, required — The ID of the workspace that contains the sync job.
  - `syncSource` string, required — <p>The sync soucre.</p> <note> <p>Currently the only supported syncSource is <code>SITEWISE </code>.</p> </note>
  - `syncRole` string, required — The sync IAM role.
  - `status` object, required — The SyncJob response status.
    - `state` 'CREATING' | 'INITIALIZING' | 'ACTIVE' | 'DELETING' | 'ERROR' — The SyncJob status state.
    - `error` object — The SyncJob error.
      - `code` 'VALIDATION_ERROR' | 'INTERNAL_FAILURE' | 'SYNC_INITIALIZING_ERROR' | 'SYNC_CREATING_ERROR' | 'SYNC_PROCESSING_ERROR' | 'SYNC_DELETING_ERROR' | 'PROCESSING_ERROR' | 'COMPOSITE_COMPONENT_FAILURE' — The error code.
      - `message` string — The error message.
  - `creationDateTime` string, date-time, required — The creation date and time.
  - `updateDateTime` string, date-time, required — The update date and time.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — ValidationException
- `485` — ServiceQuotaExceededException

---

[API](https://skmtc.net/aws/apis/iottwinmaker.md) · [All operations](https://skmtc.net/aws/apis/iottwinmaker/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iottwinmaker/versions/a66a26fd65ea/schema)
