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

# List syncs

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

Lists syncs according to the provided filters.
- The user should have view permission for syncs.

## Query parameters

- `type` string — Type of the sync. (For instance, "jira-software-cloud" for Jira Software Cloud Sync.)
- `teamId` string — Id of the team that the syncs belongs to.
- `offset` string — The offset parameter controls the starting point within the collection of resource results.
- `size` string — The limit parameter controls the maximum number of items that may be returned for a single request.

## Response `200`

Returned if the request is successful

- Syncs
  - `links` SyncLinks — Links of the sync actions.
    - `next` string
    - `previous` string
  - `values` SyncMetadata[] — List of syncs.
    - `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.

## 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.
- `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)
