---
title: "Get delivery statistics"
method: GET
path: "/webhooks/deliveries/stats"
tags: ["Webhook Deliveries"]
---

# Get delivery statistics

`GET /webhooks/deliveries/stats`

Returns aggregate delivery statistics across all of your webhooks, including the total count, a breakdown by status (pending, success, skipped, dead), and the overall success rate. An optional `since` timestamp narrows the reporting window.

## Query parameters

- `since` string, date-time

## Response `200`

Delivery statistics

- object
  - `data` object, required
    - `total` number, required
    - `byStatus` object, required
      - `pending` number, required
      - `success` number, required
      - `skipped` number, required
      - `dead` number, required
    - `successRate` number, nullable, required

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
