check_inbox
Filter the authenticated key's inbox by page, read status, and task type to retrieve specific messages.
Instructions
Check the authenticated key inbox. Supports pagination (page/pageSize), status filtering (unread/read/all), and taskType filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| status | No | Filter by read status | |
| pageSize | No | Items per page, max 100 (default: 20) | |
| taskType | No | Filter by task type (e.g., TASK_DELEGATION, CODE_REVIEW_REQUEST) |