List subitems of an item
plaky_list_subitemsRetrieve subitems nested under a specific item in Plaky, with pagination for large result sets.
Instructions
List the subitems nested under a given item. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed). Omit for the first page. | |
| expand | No | Relationships to expand into full objects instead of bare IDs, e.g. ["fields","group"]. | |
| itemId | Yes | Unique item identifier. | |
| boardId | Yes | Unique board identifier. | |
| spaceId | Yes | Unique space identifier. | |
| pageSize | No | Number of results per page. Omit for the API default. |