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

# List integrations

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

Returns all integrations that user can view. <br> <br> **Permissions required:** Permission to access Jira Service Management; however, the list contains an integration if: 
 - 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
- `teamId` string
- `name` string
- `offset` integer
- `size` integer

## Response `200`

Returned if the request is successful.

- Integrations
  - `links` IntegrationsLinks
    - `next` string — Relative path to next page.
    - `previous` string — Relative path to previous page.
  - `values` IntegrationDetail[]
    - `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.

## Other responses

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