list_nodes
List nodes in the knowledge base. Optionally filter by vertex label(s), data source type(s), or data source IDs. Optionally sort by updated_at ('asc' or 'desc'). Provide 'query' and 'locale' to perform a full-text search across node content (requires both parameters). Returns paginated results with total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| query | No | Full-text search query across node content. When provided, 'locale' must also be provided. Leave empty to list without search. | |
| labels | No | Filter by vertex label(s) (e.g. 'content'). Returns all when omitted. | |
| locale | No | Valid Locale configured in the application for full-text search (e.g. 'de', 'en'). Required when 'query' is provided. Ignored otherwise. | |
| data_source_ids | No | Filter by data source UUID(s). Returns all when omitted. | |
| sort_parameters | No | Sort order, e.g. [{"field": "updated_at", "direction": "desc"}]. | |
| data_source_types | No | Filter by data source type(s): 'website_crawler', 'pdf_upload', 'open_api', 'helpspace', 'custom_webcrawler', 'webhook'. Returns all when omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||