---
title: "List Vaccines"
method: GET
path: "/api/2.0/vaccine/"
tags: ["Vaccine"]
---

# List Vaccines

`GET /api/2.0/vaccine/`

Returns a list of vaccines

## Query parameters

- `cdc_type` string
- `creation_type` 'elation' | 'medispan' | 'user'
- `cvx` integer
- `limit` integer
- `name` string
- `offset` integer
- `order_by` string
- `practice` integer[]

## Response `200`

- PaginatedVaccineList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Vaccine[], required
    - `cdc_type` string, nullable
    - `created_date` string, date-time, nullable
    - `creation_type` 'elation' | 'medispan' | 'user'
    - `cvx` integer, nullable
    - `deleted_date` string, date-time, nullable
    - `description` string
    - `id` integer
    - `is_user_created` boolean
    - `name` string
    - `ndc` string, nullable
    - `ndc_values` string[]
    - `practice` integer, nullable

---

[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/revisions/c060f89d4de7/schema)
