query_observations
Retrieve observations from CBS open datasets using OData parameters for filtering, selecting, sorting, pagination, and searching. Get structured results with query metadata.
Instructions
Query observations with advanced OData options.
Args:
catalog: Catalog identifier.
dataset: Dataset identifier.
select: OData $select.
filter: OData $filter.
orderby: OData $orderby.
top: OData $top.
skip: OData $skip.
count: OData $count.
search: OData $search.
expand: OData $expand.
Returns: dict[str, Any]: Query info and observation results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| skip | No | ||
| count | No | ||
| expand | No | ||
| filter | No | ||
| search | No | ||
| select | No | ||
| catalog | No | CBS | |
| dataset | No | ||
| orderby | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||