# List statistic v2 Items that have no bounces and no delays(classified_failures_count==0) are not returned. Endpoint: POST /v2/bounce-classification/metrics Version: 3.0.0 Security: basicAuth ## Request fields (application/json): - `start` (object) A start timestamp (default: 7 days before current time). Must be in RFC 2822 format: https://documentation.mailgun.com/docs/mailgun/api-reference/api-overview#date-format - `end` (object) An end timestamp (default: current time). Must be in RFC 2822 format: https://documentation.mailgun.com/docs/mailgun/api-reference/api-overview#date-format - `resolution` (object) - `duration` (string) A duration in the format of '48h' '60m' '30s'. If duration is provided then it is calculated from the end date and overwrites the start date. - `dimensions` (array) Dimensions. Enum: "entity-name", "domain.name", "envelope.sending-ip", "account.name", "envelope.i-ip-pool-name", "tags", "tag", "recipient-domain", "group-id", "criticality", "severity", "category", "timestamp" - `metrics` (array) Metrics to return. See example. - `filter` (object) Filters to apply to the query. - `filter.AND` (array, required) - `filter.AND.attribute` (string, required) Filter attribute Enum: "entity-name", "domain.name", "envelope.sending-ip", "account.name", "envelope.i-ip-pool-name", "tags", "tag", "recipient-domain", "group-id", "criticality", "severity", "category" - `filter.AND.comparator` (string, required) - `filter.AND.values` (array) - `filter.AND.values.label` (string, required) - `filter.AND.values.value` (string, required) - `include_subaccounts` (boolean) Include stats from all subaccounts. - `pagination` (object) Attributes used for pagination and sorting. - `pagination.sort` (string) Colon-separated value indicating column name and sort direction e.g. 'entity-name:asc'. - `pagination.skip` (integer) The number of items to skip over when satisfying the request. To get the first page of data set skip to zero. Then increment the skip by the limit for subsequent calls. - `pagination.limit` (integer) The maximum number of items returned in the response. ## Response 200 fields (application/json): - `start` (string, required) A start timestamp in RFC 2822 format: https://documentation.mailgun.com/docs/mailgun/api-reference/api-overview#date-format - `end` (string, required) An end timestamp in RFC 2822 format: https://documentation.mailgun.com/docs/mailgun/api-reference/api-overview#date-format - `resolution` (object, required) 'resolution' from the request - `duration` (string) 'duration' from the request - `dimensions` (array) 'dimensions' from the request Enum: "entity-name", "domain.name", "envelope.sending-ip", "account.name", "envelope.i-ip-pool-name", "tags", "tag", "recipient-domain", "group-id", "criticality", "severity", "category", "timestamp" - `pagination` (object, required) - `pagination.sort` (string, required) 'sort' from the request - `pagination.skip` (integer, required) 'skip' from the request - `pagination.limit` (integer, required) 'limit' from the request - `pagination.total` (integer, required) The total number of items in the query result set. - `items` (array, required)