---
title: "Get Ticket Relationship"
method: GET
path: "/v2/ticket-relationships/{id}"
tags: ["Ticket API"]
---

# Get Ticket Relationship

`GET /v2/ticket-relationships/{id}`

Get a ticket relationship by its ID. The relationship object contains the ticket_id, related_ticket_id, and relationship_type (linked, duplicate, or parent).

## Path parameters

- `id` string, required — The ID of the ticket relationship

## Response `200`

Success

- SvhelpPublicapiGetTicketRelationshipResponse
  - `data` SvhelpPubapimodelsTicketRelationship — TicketRelationship represents a relationship between two tickets
    - `id` string — The ID of the ticket relationship
    - `ticketId` string — The ID of the first ticket in the relationship
    - `relatedTicketId` string — The ID of the related ticket
    - `relationshipType` 'TICKET_RELATIONSHIP_TYPE_UNSPECIFIED' | 'TICKET_RELATIONSHIP_TYPE_DUPLICATE' | 'TICKET_RELATIONSHIP_TYPE_LINKED' | 'TICKET_RELATIONSHIP_TYPE_PARENT' | 'TICKET_RELATIONSHIP_TYPE_DEPENDS_ON' | 'TICKET_RELATIONSHIP_TYPE_CONVERSATION_THREAD' — TicketRelationshipType represents the type of relationship between two tickets

## Other responses

- `default` — Error

---

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