list_observations
Retrieve observations for a given entity, with optional filters by time and pagination controls.
Instructions
List all observations for a given entity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | No | ||
| limit | No | ||
| offset | No | ||
| updated_since | No | ISO 8601 timestamp. Return only observations whose observed_at is greater than or equal to this value. | |
| created_since | No | ISO 8601 timestamp. Return only observations whose observed_at is greater than or equal to this value. |