---
title: "Get App Attempts Stats"
method: GET
path: "/api/v1/app/{app_id}/stats/attempts"
tags: ["Application"]
---

# Get App Attempts Stats

`GET /api/v1/app/{app_id}/stats/attempts`

Application-level statistics on message attempts.

## Path parameters

- `app_id` string, required — The Application's ID or UID.

## Query parameters

- `since` string, date-time, required
- `until` string, date-time, required
- `event_types` string[], nullable — Filter response based on the event type

## Response `200`

- AppAttemptStatsOut
  - `by_event_type` object, required
  - `total_success` integer, required
  - `total_failure` integer, required
  - `total_canceled` integer, required
  - `since` string, date-time, required
  - `until` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

[API](https://skmtc.net/svix/apis/svix-api.md) · [All operations](https://skmtc.net/svix/apis/svix-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/svix/svix-api/revisions/16dbcc056c48/schema)
