queryEntities
Search for 3D entities in your Cesium scene by name, type, or geographic bounding box. Get back entity ID, name, type, and position.
Instructions
Query existing entities — filter by name, type, spatial extent, returns entityId/name/type/position list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name fuzzy match (case-insensitive) | |
| type | No | Filter by entity type | |
| bbox | No | Spatial extent filter [west, south, east, north] (degrees) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |