list_observations
Retrieve all observations associated with a specific entity, with optional filtering by time and pagination.
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. |