list_docs
Retrieve and filter documents in Dart with parameters like folder, title, content, or trash status. Supports pagination and ordering for efficient document 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 | |
folderId | No | Filter by folder ID | |
ids | No | Filter by IDs | |
inTrash | 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 |