# WebhookDeliveryStatsBucket

One time bucket of delivery statistics.

```
type WebhookDeliveryStatsBucket {

  timestamp: Int!

  total: Int!

  failed: Int!

  minDurationMs: Float

  avgDurationMs: Float

  maxDurationMs: Float

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`WebhookDeliveryStatsBucket.timestamp`](#timestamp) ● [`Int!`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) non-null scalar[​](#timestamp "Direct link to timestamp")

Start of the bucket (epoch seconds).

#### [`WebhookDeliveryStatsBucket.total`](#total) ● [`Int!`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) non-null scalar[​](#total "Direct link to total")

Deliveries created in this bucket.

#### [`WebhookDeliveryStatsBucket.failed`](#failed) ● [`Int!`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) non-null scalar[​](#failed "Direct link to failed")

Of those, how many ended in `FAILED`.

#### [`WebhookDeliveryStatsBucket.minDurationMs`](#min-duration-ms) ● [`Float`](https://docs.monei.com/apis/graphql/types/scalars/float/.md) scalar[​](#min-duration-ms "Direct link to min-duration-ms")

Fastest attempt in this bucket, in milliseconds.

#### [`WebhookDeliveryStatsBucket.avgDurationMs`](#avg-duration-ms) ● [`Float`](https://docs.monei.com/apis/graphql/types/scalars/float/.md) scalar[​](#avg-duration-ms "Direct link to avg-duration-ms")

Mean attempt duration in this bucket, in milliseconds.

#### [`WebhookDeliveryStatsBucket.maxDurationMs`](#max-duration-ms) ● [`Float`](https://docs.monei.com/apis/graphql/types/scalars/float/.md) scalar[​](#max-duration-ms "Direct link to max-duration-ms")

Slowest attempt in this bucket, in milliseconds.

### Returned By[​](#returned-by "Direct link to Returned By")

[`webhookDeliveryStats`](https://docs.monei.com/apis/graphql/operations/queries/webhook-delivery-stats/.md) query
