---
title: "GET /objectconnectedtickets/{objectId}/tickets"
method: GET
path: "/objectconnectedtickets/{objectId}/tickets"
---

# GET /objectconnectedtickets/{objectId}/tickets

`GET /objectconnectedtickets/{objectId}/tickets`

Relation between Jira issues and Assets objects

## Response `200`

- Tickets — A list of connected issues
  - `tickets` Ticket[]
    - `workspaceId` string, required
    - `globalId` string, required
    - `key` string
    - `id` string, required
    - `reporter` string, required
    - `created` string, date-time, required
    - `updated` string, date-time, required
    - `title` string
    - `status` TicketStatus
      - `name` string
      - `description` string
      - `colorName` string
    - `type` TicketType, required
      - `name` string
      - `description` string
      - `iconUrl` string
    - `priority` TicketPriority, required
      - `name` string
      - `iconUrl` string
  - `allTicketsQuery` string, required — A query to find all the connected issues

## Other responses

- `401` — Client must be authenticated to access this resource.
- `404` — Representation of the target resource do not exist
- `429` — The request has been rate limited by the system. Every API key is allowed to perform 2000 requests per minute to this endpoint.
- `500` — Something went wrong. Please try again later. If the error persists, contact our support team.

---

[API](https://skmtc.net/atlassian/apis/rest.md) · [All operations](https://skmtc.net/atlassian/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/rest/versions/07137e668210/schema)
