---
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

---

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