watch_list
Retrieve watches in reverse chronological order, filtered by status, with cursor-based pagination for scalable browsing.
Instructions
List your watches (newest first), optionally filtered by status and paged. Returns { items, nextCursor }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status. | all |
| cursor | No | Pagination cursor from a previous nextCursor. | |
| limit | No | Page size (1–100). |