list_observations
List all observations for a specific entity. Supports filtering by created/updated time and pagination via limit and offset.
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. |