list_observations
Lists all observations for a given entity, with options to limit results, paginate, or filter by date ranges.
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. |