list_modules
Retrieve and paginate modules for a specific Plane project, with options to filter archived modules and order results.
Instructions
List modules in a project.
Args: project_id: UUID of the project archived: Set True to list archived modules instead of active ones. cursor: Pagination cursor from a previous response's next_cursor (form "{per_page}:{page}:{offset}"). Omit for the first page. per_page: Number of results per page (1-100). order_by: Field to order results by. Prefix with '-' for descending.
Returns: Paginated envelope: results (modules) + total_count, next_cursor, next_page_results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| archived | No | ||
| order_by | No | ||
| per_page | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |