List documents
project_doc_listList managed and indexed project documents, filtering by kind, status, or managed ownership to locate specific documentation across repository files and Workfile-managed docs.
Instructions
List indexed and managed documents, filtered by kind, status or freshness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Keep only these document kinds. Project-declared, so the accepted values vary; project_workspace reports them. | |
| limit | No | Maximum documents to return. | |
| offset | No | Skip this many matches before the page starts. | |
| status | No | Keep only these document statuses. Project-declared, so the accepted values vary; project_workspace reports them. | |
| managed | No | true keeps only documents Workfile owns under the managed docs root; false keeps only repository files it merely indexes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum this page could contain. | |
| total | Yes | Matches before offset and limit were applied. | |
| offset | No | Offset this page started at. | |
| records | Yes | Documents matching the filters, in list projection. |