---
title: "Get endpoint reliability stats"
method: GET
path: "/v1/projects/{projectID}/endpoints/{endpointID}/stats"
tags: ["Endpoints"]
---

# Get endpoint reliability stats

`GET /v1/projects/{projectID}/endpoints/{endpointID}/stats`

This endpoint returns the period (history) failure rate for an endpoint over a date range, plus the circuit breaker recent rate when available

## Path parameters

- `projectID` string, required
- `endpointID` string, required

## Query parameters

- `startDate` string
- `endDate` string

## Response `200`

OK

- object
  - `message` string
  - `status` boolean
  - `data` ModelsEndpointStatsResponse
    - `failure_count` integer
    - `failure_rate` number, nullable
    - `recent_failure_count` integer, nullable
    - `recent_failure_rate` number, nullable
    - `recent_success_count` integer, nullable — Recent (circuit breaker) counts over the rolling observability window, read from the breaker state in redis. Backed by the same sample as RecentFailureRate, so all three are nil/zero together when CB is off/unlicensed or has no recent sample.
    - `success_count` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2026-06-30** (v3) `21fa7ff1d01a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getconvoy/apis/convoy-api-reference/changes/v1/projects/:projectID/endpoints/:endpointID/stats/get.md)

---

[API](https://skmtc.dev/getconvoy/apis/convoy-api-reference.md) · [All operations](https://skmtc.dev/getconvoy/apis/convoy-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getconvoy/convoy-api-reference/revisions/21fa7ff1d01a/schema)
