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.
Authorizations
Authorization: Bearer $JWT_TOKEN
Headers
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240. Passing in wait=-1 bypasses all timeout limits when the feature is enabled.
^wait=(-1|[0-9]+)$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.
Sortable columns are created_at, updated_at.
Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.
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
This query parameter is used for determining the number of objects to skip in pagination. The number of items to skip in a paginated response.
x >= 0This query parameter is used for setting an upper limit of objects returned in paginated responses. The limit of results requested by the client.
x >= 0Response
OK
The total number of results.
x >= 0The number of items to skip in a paginated response.
x >= 0The limit of results requested by the client.
x >= 0The RFC-3339 timestamp to describe the beginning of a time range
The RFC-3339 timestamp to describe the end of a time range