getEntityProperties
Read the properties and graphics metadata for a 3D entity using its entity ID.
Instructions
Read the properties and graphics metadata for one entity. Returns { success: boolean, data?: unknown, message?: string, error?: string }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityId | Yes | Entity ID (obtainable via queryEntities) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |