list_entities
Retrieve entities from the Geo knowledge graph using filters for space, type, or name, with pagination to control result size.
Instructions
List entities with optional filters for space, type, and name. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-insensitive name substring filter | |
| first | No | Max results (default 20) | |
| offset | No | Offset for pagination (default 0) | |
| typeIds | No | Filter by type IDs (dashless hex) | |
| spaceIds | No | Filter by space IDs (dashless hex) |