---
title: "Get External Ticketing Instances"
method: GET
path: "/api/notifications/deployments/{deploymentId}/ticketing/v2"
tags: ["ExternalTicketingService"]
---

# Get External Ticketing Instances

`GET /api/notifications/deployments/{deploymentId}/ticketing/v2`

Gets the issue tracking systems linked to a deployment. E.g. Jira.

## Path parameters

- `deploymentId` integer, required — The unique numerical identifier of the deployment associated with the finding. Can be found via the [Deployments Service](#tag/DeploymentsService) or in your Settings in the web UI.

## Response `200`

OK

- ProtosTicketingV2GetNangoTicketingInstancesResponse
  - `instances` ProtosTicketingV2TicketingInstanceWithMetadata[]
    - `id` integer
    - `isConfigured` boolean
    - `isAuthRevoked` boolean
    - `instanceType` string
    - `subdomain` string
    - `projectId` string
    - `issueTypeId` string
    - `fields` object
    - `automationStates` ProtosTicketingV2AutomationStates
      - `sast` boolean
      - `sca` boolean
      - `secrets` boolean
      - `scaMaliciousDeps` boolean
      - `aiSast` boolean
    - `transitionStates` ProtosTicketingV2JiraTransition[]
      - `jiraTransitionId` string
      - `semgrepAggregateState` string
    - `subtaskIssueTypeId` string

---

[API](https://skmtc.net/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.net/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/revisions/6483eeecd582/schema)
