query_by_time
Retrieve entities and observations within a specified time range using createdAt or updatedAt timestamps. Filter by start and end dates, with optional sort and limit.
Instructions
Query entities and observations by time range using createdAt/updatedAt timestamps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ISO timestamp for start of time range (inclusive) | |
| until | No | ISO timestamp for end of time range (inclusive) | |
| limit | No | Maximum number of results to return | |
| sort | No | Sort order by updatedAt (default: desc) |