---
title: "Endpoint Stats"
method: GET
path: "/api/v1/app/{app_id}/endpoint/{endpoint_id}/stats"
tags: ["Endpoint"]
---

# Endpoint Stats

`GET /api/v1/app/{app_id}/endpoint/{endpoint_id}/stats`

Get basic statistics for the endpoint.

## Path parameters

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

## Query parameters

- `since` string, date-time, nullable — Filter the range to data starting from this date.
- `until` string, date-time, nullable — Filter the range to data ending by this date.

## Response `200`

- EndpointStats
  - `success` integer, required
  - `pending` integer, required
  - `sending` integer, required
  - `fail` integer, required
  - `canceled` integer, 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/versions/16dbcc056c48/schema)
