---
title: "Get Practice Eligibility Usage"
method: GET
path: "/api/2.0/practices/{id}/eligibility_usage/"
tags: ["Insurance Eligibility Usage"]
---

# Get Practice Eligibility Usage

`GET /api/2.0/practices/{id}/eligibility_usage/`

Get the real time eligibility usage for a practice

## Path parameters

- `id` integer, required

## Query parameters

- `end_date` string
- `start_date` string

## Response `200`

- EligibilityUsage
  - `end_date` string, date — End date of the usage period.
  - `failed_checks` integer — Number of failed eligibility checks.
  - `start_date` string, date — Start date of the usage period.
  - `successful_checks` integer — Number of successful eligibility checks.
  - `total_checks` integer — Total number of eligibility checks performed.

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/versions/c060f89d4de7/schema)
