---
title: "POST /workspaces/{workspaceId}/sync-jobs-list"
method: POST
path: "/workspaces/{workspaceId}/sync-jobs-list"
---

# POST /workspaces/{workspaceId}/sync-jobs-list

`POST /workspaces/{workspaceId}/sync-jobs-list`

List all SyncJobs.

## Path parameters

- `workspaceId` string, required

## Request body

- object
  - `maxResults` integer — <p>The maximum number of results to return at one time. The default is 50.</p> <p>Valid Range: Minimum value of 0. Maximum value of 200.</p>
  - `nextToken` string — The string that specifies the next page of results.

## Response `200`

Success

- ListSyncJobsResponse
  - `syncJobSummaries` SyncJobSummary[] — The listed SyncJob summaries.
    - `arn` string — The SyncJob summary ARN.
    - `workspaceId` string — The ID of the workspace that contains the sync job.
    - `syncSource` string — The sync source.
    - `status` object — The SyncJob summaries 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 — The creation date and time.
    - `updateDateTime` string, date-time — The update date and time.
  - `nextToken` string — The string that specifies the next page of results.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — 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)
