list_knowledge_entities
Retrieve entities of a specified type from a knowledge graph project. Use to access structured data like topics or articles for analysis and integration.
Instructions
List entities of a specific type. Use get_knowledge_schema first to see available entity types.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_code | Yes | Project code — from list_knowledge_projects | |
| entity_type | Yes | Entity type to list (e.g., 'Topic', 'Article') | |
| limit | No | Max results (default 50) | |
| offset | No | Offset for pagination | |
| environment | No | staging |