---
title: "Retrieve configurations"
method: GET
path: "/api/v1/jira/configurations"
tags: ["[Integrations] Jira"]
---

# Retrieve configurations

`GET /api/v1/jira/configurations`

## Response `200`

Successfully found configurations

- ConfigurationsResponseJiraConfigurationResponse
  - `configurations` JiraConfigurationResponse[], required
    - `alias` string, required
    - `baseUrl` 'JIRA' | 'ATLASSIAN' | 'ATLASSIAN_API'
    - `email` string
    - `frontendHost` string
    - `host` string
    - `isDefault` boolean, required
    - `lastFour` string
    - `subdomain` string
    - `type` string, required
    - `username` string

## Other responses

- `400` — Bad Request
- `429` — The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.

---

[API](https://skmtc.net/cortex/apis/cortex-api.md) · [All operations](https://skmtc.net/cortex/apis/cortex-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cortex/cortex-api/versions/141799a965b4/schema)
