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

# Get integration

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

Returns the integration details. <br> <br> **Permissions required:** Permission to access to the integration: 
 - the user has read-only administrative right. 
 - the integration's assigned team is one of the teams that the user belongs to.

## Path parameters

- `id` string, required

## Response `200`

Returned if the request is successful.

- IntegrationResponse
  - `id` string — ID of the integration.
  - `name` string — Name of the integration.
  - `type` string — Type of the integration.
  - `enabled` boolean — Indicates whether the integration is enabled or not.
  - `teamId` string — ID of the team that integration belongs to.
  - `advanced` boolean — Indicates whether the integration is configured as different than the default version.
  - `maintenanceSources` MaintenanceSource[]
    - `maintenanceId` string
    - `enabled` boolean — Indicates whether the maintainance is enabled or not.
    - `interval` MaintenanceInterval
      - `startTimeMillis` integer
      - `endTimeMillis` integer
  - `directions` string[] — Direction of the action. It can be *incoming* or *outgoing*
  - `domains` string[] — Domain of the action. It can be *alert*
  - `typeSpecificProperties` object — Action specific properties.

## Other responses

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