List Items
Last updated About 4 hours ago
List Items
Two equivalent entry points: the flat resource /v1/list-items and the nested path under a specific list.
Query (GET /v1/list-items)
Pagination (page, pageSize, search) plus:
REST vs. MCP
The convenience filters state, assigned_to_me, due_within_days, sort, and compact are only available on the MCP toollist_list_items — not in the REST API.
Body — create (POST /v1/list-items or /v1/lists/{listId}/items)
Body — update (PATCH /v1/list-items/{itemId})
Same as create (all optional, without list), plus archived (boolean).
Status: open = ""/todo/open/in_progress; done = done/completed.
Example
bash