List Work Items
list_work_itemsRetrieve paginated work items from a Plane project, with options to sort, expand related fields, and control page size.
Instructions
List work items in a project (paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous response's `next_cursor`. | |
| expand | No | Comma-separated related fields to expand, e.g. "assignees,state". | |
| order_by | No | Field to sort by; prefix with '-' for descending order. | |
| per_page | No | Items per page (1-100, default 20). | |
| project_id | Yes | Project UUID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||