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