---
title: "Jira connection status, cloudId/siteUrl, token expiry, expected webhook URL, scope/token-config flags"
method: GET
path: "/api/trackers/jira/status"
tags: ["Trackers"]
---

# Jira connection status, cloudId/siteUrl, token expiry, expected webhook URL, scope/token-config flags

`GET /api/trackers/jira/status`

## Response `200`

Connection status

- object
  - `provider` 'jira', required
  - `connected` boolean, required
  - `cloudId` string, nullable, required
  - `siteUrl` string, nullable, required
  - `tokenExpiresAt` string, nullable, required
  - `scope` string, nullable, required
  - `hasManageWebhookScope` boolean, required
  - `webhookTokenConfigured` boolean, required
  - `webhookUrl` string, required
  - `redirectUri` string, required
  - `webhookIds` object[], required
    - `id` integer, required
    - `expiresAt` string, required
    - `jql` string, required
  - `manualWebhookInstructions` string

## Other responses

- `503` — Jira integration not configured

## Changes

- **2026-08-07** `06cac6a7c5bc` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `503`

[Change history](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/changes/api/trackers/jira/status/get.md)

---

[API](https://skmtc.dev/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/revisions/4d23bb3d853c?raw)
