Get items
get_itemsRetrieve multiple HackerNews items by their IDs in a single request, preserving the given order and skipping missing IDs.
Instructions
Get many items in one call, preserving order and dropping missing ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_ids | Yes | The item ids to fetch, in order. | |
| strip_html | No | Return plain text instead of HTML in text and title. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |