> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# listRequestLinks

List entities linked to a source request.

Returns a paginated list of entities linked to the source request, optionally filtered by
`reference_key` (e.g., `parent_child` to list only children, `relates` to list "relates to" links).

## Parameters

| Name            | Type    | Required | Description                                                                                                              |
| --------------- | ------- | -------- | ------------------------------------------------------------------------------------------------------------------------ |
| `requestId`     | string  | Yes      | Source request display ID (e.g., REQ-123, INC-456)                                                                       |
| `reference_key` | string  | No       | Filter to a single relationship type (e.g., `parent_child`, `relates`). When omitted, returns links across all relations |
| `page`          | integer | No       | Default: `1`.                                                                                                            |
| `per_page`      | integer | No       | Default: `25`.                                                                                                           |
| `search`        | string  | No       | Free-text search applied to the linked entities (title/description).                                                     |