---
title: "Get Jira integration"
method: GET
path: "/jira-integrations/{integrationId}"
tags: ["jira-integrations"]
---

# Get Jira integration

`GET /jira-integrations/{integrationId}`

Returns detail of a specific Jira integration identified by its UUID. Use this endpoint to retrieve comprehensive information about a single integration including its name, status, creation timestamp, and related resource links.

## Path parameters

- `integrationId` string, uuid, required

## Response `200`

Jira integration details

- JiraIntegrationResponse — Single Jira integration.
  - `data` JiraIntegration, required — Jira integration data.
    - `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.

## Other responses

- `400` — Bad Request - Invalid input format or malformed request
- `401` — Unauthorized - Missing or invalid authentication credentials
- `403` — Forbidden - Insufficient permissions
- `404` — Not Found - The requested resource does not exist or is not accessible
- `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)
