List documents
huly_list_documentsList document IDs without content, filter by teamspace or parent document to find specific documents, then use returned IDs to fetch full details.
Instructions
List documents without their content. Filter by teamspaceId for a single space, or by parentId to get child documents. The returned ids can be passed to huly_get_document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| parentId | No | Parent document ID; returns its direct children | |
| teamspaceId | No | Teamspace ID; omit to search across all spaces |