---
title: "Get sync"
method: GET
path: "/api/{cloudId}/v1/syncs/{id}"
tags: ["Syncs"]
---

# Get sync

`GET /api/{cloudId}/v1/syncs/{id}`

Returns the sync.

## Path parameters

- `id` string, required — Id of the sync.

## Response `200`

Returned if the request is successful

- Sync
  - `id` string — Id of the sync.
  - `name` string — Name of the sync.
  - `type` string — Type of the sync. (For instance, "jira-software-cloud" for Jira Software Cloud Sync.)
  - `enabled` boolean — This parameter is for specifying whether the sync will be enabled or not. Defaults to false
  - `teamId` string — Owner team of the sync, consisting id of the owner team.
  - `properties` object — Properties of the sync.

## Other responses

- `401` — Returned if the authentication credentials are incorrect
- `403` — Returned if the request user does not have permission to view the sync or operation is not allowed.
- `404` — Returned if sync is not found
- `422` — Returned if the payload is not validated

---

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