# webhookDeliveryStats

Delivery volume, failure count and response times for one endpoint, bucketed over time.

```
webhookDeliveryStats(

  webhookId: ID!

  interval: String

  from: Int

): [WebhookDeliveryStatsBucket!]!
```

### Arguments[​](#arguments "Enlace directo al Arguments")

#### [`webhookDeliveryStats.webhookId`](#webhook-id) ● [`ID!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) non-null scalar[​](#webhook-id "Enlace directo al webhook-id")

#### [`webhookDeliveryStats.interval`](#interval) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#interval "Enlace directo al interval")

#### [`webhookDeliveryStats.from`](#from) ● [`Int`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) scalar[​](#from "Enlace directo al from")

### Type[​](#type "Enlace directo al Type")

#### [`WebhookDeliveryStatsBucket`](https://docs.monei.com/es/es/apis/graphql/types/objects/webhook-delivery-stats-bucket/.md) object[​](#webhookdeliverystatsbucket- "Enlace directo al webhookdeliverystatsbucket-")

One time bucket of delivery statistics.
