---
title: "POST /api/eligibility_checks_list"
method: POST
path: "/api/eligibility_checks_list"
tags: ["Clinical"]
---

# POST /api/eligibility_checks_list

`POST /api/eligibility_checks_list`

Create eligibility checks list request.  Use the UUID returned in the response to retrieve the batch of records. Results returned in order of id or updated_at.

## Query parameters

- `order_by` string
- `page_size` integer
- `page` integer
- `since` string
- `patient` integer
- `appointment_date_range` string
- `appointment_date` string
- `query_date_range` string
- `query_date` string
- `service_types` string
- `verbose` boolean

## Response `201`

Created

- object
  - `status` string — Status of the request. Upon creation this will be "In progress"
  - `uuid` string — UUID of the batch of patients.
  - `description` string — Contains link to load the batch by UUID

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `500` — Internal Server Error

---

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