List Relations
Relations
List Relations
List relations on an issue.
GET
List Relations
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns the relations to and from this issue. Each item carriesdirection (outgoing or incoming) and the related issue’s triage_id and title denormalized for display.
Headers
Your API key for authentication.
Path Parameters
Internal UUID of the issue.
Query Parameters
Number of relations to return. Minimum 1, maximum 100.
Opaque cursor returned as
next_cursor from a previous page.Response
Array of relations. See Link Related Issue for the field list.
Cursor for the next page, or
null.null on success. Returns 404 if the issue does not exist.Docs for agents: llms.txt