get_organization_documents
Fetch all documents for an organization, applying optional folder filters, pagination, and output format choices to return only the needed data.
Instructions
Get all documents for a specific organization.
Args: organization_id: The organization ID folder_id: Optional folder filter page: Page number (starts at 1) page_size: Number of results per page (max 1000) output_format: Output format - "full" (all fields), "compact" (key fields only), or "summary" (counts and IDs only). Default: compact save_to_file: If True, saves full results to a temp file and returns the path for jq processing
Returns: JSON string with the organization's documents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| folder_id | No | ||
| page_size | No | ||
| save_to_file | No | ||
| output_format | No | compact | |
| organization_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |