so_get_answers
Fetch answers for a Stack Exchange question by its numeric ID, sorted by votes to surface top solutions. Control the result set with page and page size parameters.
Instructions
Fetch answers (with bodies) for a question, sorted by votes by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | default 1 | |
| site | No | SE site, default stackoverflow | |
| pagesize | No | default 5 | |
| question_id | Yes | numeric question ID |