---
title: "Get Batch"
method: GET
path: "/api/v1/batches/{batch_id}"
tags: ["Batch"]
---

# Get Batch

`GET /api/v1/batches/{batch_id}`

## Path parameters

- `batch_id` string, required

## Response `200`

OK

- ApiBatch
  - `batch_id` string
  - `batch_type` string
  - `expected_finish_time` string
  - `queries` ApiBatchQuery[]
    - `file_count` integer
    - `patient_id` string
    - `query_id` string
    - `state` string
  - `query_count` integer
  - `state` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `406` — Not Acceptable
- `500` — Internal Server Error

---

[API](https://skmtc.net/particlehealth/apis/particle-health-api.md) · [All operations](https://skmtc.net/particlehealth/apis/particle-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/particlehealth/particle-health-api/revisions/5aead0b7515e/schema)
