---
title: "Endpoint period failure rates"
method: GET
path: "/v1/projects/{projectID}/endpoints/period-failure-rates"
tags: ["Endpoints"]
---

# Endpoint period failure rates

`GET /v1/projects/{projectID}/endpoints/period-failure-rates`

Display-only delivery rates for the given endpoint ids over a date range (default last 7 days). Independent of the list so a slow COUNT cannot delay the table.

## Path parameters

- `projectID` string, required

## Query parameters

- `endpointId` string[]
- `startDate` string
- `endDate` string

## Response `200`

OK

- object
  - `message` string
  - `status` boolean
  - `data` ModelsEndpointPeriodFailureRate[]
    - `failure_count` integer
    - `period_failure_rate` number
    - `retry_count` integer
    - `success_count` integer
    - `uid` string

## Other responses

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

## Changes

- **2026-08-13** `91afa7906684` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/frain-dev/apis/convoy-api-reference/changes/v1/projects/:projectID/endpoints/period-failure-rates/get.md)

---

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