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

# Get integration action

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

Returns the action of an integration. <br> <br> **Permissions required:** Permission to access to 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.

## Path parameters

- `integrationId` string, required
- `id` string, required

## Response `200`

Returned if the request is successful.

- IntegrationAction
  - `id` string — ID of the integration action.
  - `type` string — Type of the integration action.
  - `name` string — Name of the integration action.
  - `domain` 'alert' — Domain of the action. It can be *alert*
  - `direction` 'incoming' | 'outgoing' — Direction of the action. It can be *incoming* or *outgoing*
  - `actionMapping` ActionMapping
    - `type` string, required
    - `parameter` object
  - `groupType` 'forwarding' | 'updating' | 'checkbox' — Group type of the action. It can be *forwarding*, *updating* or *checkbox*. It is not blank for outgoing actions
  - `extraField` string — Extra field for the action
  - `filter` Filter
    - `conditionsEmpty` boolean — Indicates whether the condition is empty or not.
    - `conditionMatchType` 'match-all' | 'match-any-condition' | 'match-all-conditions' — It is condition match type of the action. It can be *match-all*, *match-any-condition* or *match-all-conditions*
    - `conditions` IntegrationCondition[] — List of the filter conditions.
      - `order` integer
      - `field` string, required
      - `expectedValue` string
      - `not` boolean
      - `operation` 'matches' | 'contains' | 'starts-with' | 'ends-with' | 'equals' | 'contains-key' | 'contains-value' | 'greater-than' | 'less-than' | 'is-empty' | 'equals-ignore-whitespace', required
      - `key` string
      - `systemCondition` boolean
  - `typeSpecificProperties` object — Action specific properties.
  - `fieldMappings` object — The fields mapping between payload and alert fields.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the request user does not have permission to get the integration action.
- `404` — Returned if the integration or the integration action 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)
