get_pages
Retrieve documents with rich text content, attachments, and project organization using optional filters for project, creator, or pagination.
Instructions
Get all pages/documents with optional filtering.
Pages in Productive are documents that can contain rich text content, attachments, and are organized within projects.
Returns: Dictionary containing pages with content, metadata, and relationships
Example: get_pages(project_id=1234) # Get all pages for a specific project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Optional project ID to filter pages by | |
| creator_id | No | Optional creator ID to filter pages by | |
| page_number | No | Page number for pagination | |
| page_size | No | Optional number of pages per page (max 200) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||