---
title: "List integration actions"
method: GET
path: "/api/{cloudId}/v1/integrations/{integrationId}/actions"
tags: ["Integration actions"]
---

# List integration actions

`GET /api/{cloudId}/v1/integrations/{integrationId}/actions`

Lists integration actions of an integration that user can view. <br> <br> **Permissions required:** Permission to get the integration action: 
 - the user has read-only administrative right. 
 - the integration's assigned team is one of the teams that the user belongs to.

## Query parameters

- `type` string
- `direction` string
- `domain` string
- `name` string
- `offset` integer
- `size` integer

## Response `200`

Returned if the request is successful.

- IntegrationActions
  - `links` IntegrationsLinks
    - `next` string — Relative path to next page.
    - `previous` string — Relative path to previous page.
  - `values` ActionDetail[]
    - `id` string — ID of the integration action.
    - `name` string — Name of the integration action.
    - `type` string — Type of the integration action.
    - `direction` string — Direction of the action. It can be *incoming* or *outgoing*.
    - `domain` string — Domain of the action. It can be *alert*.
    - `actionMappingType` string — Mapped action of the integration action. This will be provided for the outgoing actions. Alert action will be mapped to the actions.
    - `groupType` string — Group type of the action. It can be *forwarding*, *updating* or *checkbox*. It will be provided for outgoing actions

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the request user does not have permission to list integration actions.
- `404` — Returned if the integration is not found.
- `422` — Returned if the payload cannot be 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)
