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

# List sync actions

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

Lists sync actions of a sync

## Query parameters

- `type` string — Type of the action.
- `direction` string — Direction of the action.
- `groupId` string — Id of the action group that the action belongs to.
- `name` string — Name of the action.
- `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

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