get_related
Discover related and linked StackOverflow questions for a given question ID. Returns lightweight summaries with titles, scores, and tags.
Instructions
Find related and linked StackOverflow questions for discovery.
Returns lightweight summaries (titles, scores, tags) — no HTML bodies.
StackExchange does not support pagination on these endpoints.
Args:
question_id: StackOverflow question ID to find related content for
include_linked: Whether to also include explicitly linked questions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question_id | Yes | ||
| include_linked | No |