Get data quality aggregations by environment kind
Returns data quality metric counts aggregated per environment kind, optionally scoped to an OpenGraph schema extension, combined across environment instances for each collection run. Results can be filtered, sorted, and paginated.
Query parameters
Required. Scopes the aggregation to a single environment kind id.
Optional. Scopes the aggregation to a single OpenGraph schema extension id. The extension must exist or a 404 is returned.
Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.
Sortable columns are created_at, updated_at.
Beginning datetime of range (inclusive) in RFC-3339 format; Defaults to current datetime minus 30 days
Ending datetime of range (inclusive) in RFC-3339 format; Defaults to current datetime
The number of items to skip in a paginated response.
This query parameter is used for determining the number of objects to skip in pagination.
The limit of results requested by the client.
This query parameter is used for setting an upper limit of objects returned in paginated responses.
Response
OK