--- title: ObservationQuery --- ## PureCloud::ObservationQuery ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **filter** | [**AnalyticsQueryFilter**](AnalyticsQueryFilter.html) | Filter to return a subset of observations. Expresses boolean logical predicates as well as dimensional filters | | | **metrics** | **Array<String>** | Behaves like a SQL SELECT clause. Enables retrieving only named metrics. If omitted, all metrics that are available will be returned (like SELECT *). | [optional] | {: class="table table-striped"}