list_user_items
Retrieve articles posted by a specific Qiita user with pagination controls to browse their content efficiently.
Instructions
List items posted 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) |