list_user_stocks
Retrieve items stocked by a specific Qiita user, with pagination controls to manage result display.
Instructions
List items stocked by a specific user
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | User ID | |
| page | No | Page number (default: 1) | |
| per_page | No | Number of items per page (default: 20, max: 100) |