---
title: "List sync action groups"
method: GET
path: "/api/{cloudId}/v1/syncs/{syncId}/action-groups"
tags: ["Sync action groups"]
---

# List sync action groups

`GET /api/{cloudId}/v1/syncs/{syncId}/action-groups`

Lists sync action groups of a sync

## Path parameters

- `syncId` string, required — Id of the sync

## Query parameters

- `type` string — Type of the action group.

## Response `200`

Returned if the request is successful

- SyncActions
  - `links` SyncLinks — Links of the sync actions.
    - `next` string
    - `previous` string
  - `values` SyncActionMetadataDto[] — List of sync actions.
    - `id` string — Id of the action.
    - `name` string — Name of the action.
    - `type` string — Type of the action.
    - `enabled` boolean — Enabled status of the action.
    - `order` number, float — Order of the action.
    - `direction` 'incoming' | 'outgoing' — Direction of the action.
    - `actionGroupId` string — Id of the action group that the action belongs to.

## 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 or 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)
