list_docs
List and filter documents in Dart by folder, title, text, or ID. Supports pagination, trash status, and custom ordering for efficient project management.
Instructions
List docs from Dart with optional filtering parameters. You can filter by folder, title, text content, and more.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder | No | Filter by folder title | |
folder_id | No | Filter by folder ID | |
ids | No | Filter by IDs | |
in_trash | No | Filter by trash status | |
limit | No | Number of results per page | |
o | No | Ordering options (use - prefix for descending) | |
offset | No | Initial index for pagination | |
s | No | Search by title, text, or folder title | |
text | No | Filter by text content | |
title | No | Filter by title |