Skip to main content
GET
List Relations

Overview

Returns the relations to and from this issue. Each item carries direction (outgoing or incoming) and the related issue’s triage_id and title denormalized for display.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
Internal UUID of the issue.

Query Parameters

integer
default:"50"
Number of relations to return. Minimum 1, maximum 100.
string
Opaque cursor returned as next_cursor from a previous page.

Response

array
Array of relations. See Link Related Issue for the field list.
string | null
Cursor for the next page, or null.
null | array
null on success. Returns 404 if the issue does not exist.

Docs for agents: llms.txt