orion_query_entities
Query IoT entities from a FIWARE Orion Context Broker using filters like type, ID pattern, attribute query, and pagination to retrieve specific sensor or device data.
Instructions
Query entities from the Context Broker.
Args: entity_type: Filter by type (e.g. 'Camera', 'TrafficSensor'). id_pattern: Regex pattern on entity ID (e.g. 'Camera:TIMONE.*'). q: Simple Query Language filter (e.g. 'status==online', 'temperature>25'). attrs: Comma-separated list of attributes to return (e.g. 'status,location'). limit: Max results (default 20, max 1000). offset: Pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_type | No | ||
| id_pattern | No | ||
| q | No | ||
| attrs | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |