list_pages
List pages from a Plane workspace or a specific project. Provide a project_id to filter pages for that project; omit it to retrieve all workspace pages.
Instructions
List pages.
Lists a project's pages if project_id is given, otherwise workspace-level pages.
Args: project_id: UUID of the project. Omit to list workspace pages. params: Optional query parameters as a dictionary (e.g., per_page, cursor)
Returns: List of Page objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |