---
title: "List Jira integrations"
method: GET
path: "/jira-integrations"
tags: ["jira-integrations"]
---

# List Jira integrations

`GET /jira-integrations`

Returns detail of all Jira integrations.

This API is paginated using cursor-based pagination. The client should follow the `links.next` link in the response to fetch the next page.

## Query parameters

- `pageCursor` string

## Response `200`

A paginated list of Jira integrations

- JiraIntegrationListResponse — List of Jira integrations.
  - `data` JiraIntegration[], required
    - `id` string, uuid, required — Unique identifier for the Jira integration.
    - `type` 'jiraIntegration', required — Resource type identifier.
    - `createdAt` string, date-time, required — Timestamp when the integration was created.
    - `fields` JiraIntegrationFields, required
      - `name` string, required — Name of the integration.
      - `integrationStatus` 'enabled' | 'disabled', required — Status of the integration column in the Productboard UI.
    - `links` JiraIntegrationLinks, required
      - `self` string, uri, required — Link to the Jira integration.
      - `connections` string, uri, required — Link to the list of Jira integration connections.
      - `html` string, uri, required — Link to the Jira integration settings page in the Productboard UI.
  - `links` ListLinks, required
    - `next` string, nullable, required

## Other responses

- `400` — Bad Request - Invalid input format or malformed request
- `401` — Unauthorized - Missing or invalid authentication credentials
- `403` — Forbidden - Insufficient permissions
- `408` — Request Timeout - The server did not receive a complete request within the allowed time
- `429` — Too Many Requests - API rate limit exceeded, reduce request frequency and retry after the indicated time
- `500` — Internal Server Error - An unexpected error occurred on the server, please retry or contact support

---

[API](https://skmtc.dev/productboard/apis/notes.md) · [All operations](https://skmtc.dev/productboard/apis/notes/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/productboard/notes/revisions/b4004749b60f/schema)
