query_history
Retrieve persisted trending items from the WhatsHot archive, filtering by kind, site, board key, or time range, with cursor pagination to navigate large result sets.
Instructions
Query persisted historical items with cursor pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| site | No | ||
| limit | No | ||
| since | No | ||
| until | No | ||
| cursor | No | ||
| board_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| truncated | Yes | ||
| nextCursor | No |