---
title: "Get Issue Relationships"
method: GET
path: "/v1/issuelinks/{issueId}"
tags: ["Issues"]
---

# Get Issue Relationships

`GET /v1/issuelinks/{issueId}`

Use this API to retrieve relationship details between an issue and related records.

## Path parameters

- `issueId` string, uuid, required

## Query parameters

- `page` integer — Results page to be retrieved (0..N). Example- '?page=1
- `size` integer — Number of records per page (1..50). Example- '?size=20
- `sort` 'Id,asc' | 'Id,desc'

## Response `200`

Relationship details fetched successfully

- IssueLinkResponse
  - `issueId` string, uuid — The unique identifier of the issue.
  - `issueName` string — The name that describes the issue.
  - `relatedId` string, uuid — The unique identifier of the related record.
  - `relatedName` string — The name of the related record.
  - `relatedType` string — The entity type of the related record.
  - `relationshipType` string — The type of relationship between the related records.
  - `relationshipLabel` string — The label that describes the relationship between the related records.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Invalid sort criteria

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
