list_folder_contents
Retrieve documents in a specified folder with their processing state, using pagination to navigate through large result sets.
Instructions
List documents in a specific folder with processing state. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50, max 500) | |
| offset | No | Offset for pagination (default 0) | |
| folder_id | Yes | Folder ID (from list_folders) |