---
title: "Get Orders"
method: GET
path: "/diagnostics/v0/orders"
tags: ["diagnostics"]
---

# Get Orders

`GET /diagnostics/v0/orders`

Get all orders. Supports searching with a simple DSL: 
        [operator]:value where [operator] is one of: '$lt' for "less than" '$lte' for "less than or equal to" '$eq' for "equal to" '$gte' for "greater than or equal to" '$gt' for "greater than"

## Query parameters

- `limit` number
- `test_id` string
- `kit_id` string
- `custom_data_1` string
- `custom_data_2` string
- `custom_data_3` string
- `panels` string[]
- `pageToken` string

## Response `200`

The set of all orders

## Other responses

- `400` — There is an issue with your request. Inspection of the response body will yield more details
- `401` — Authorization missing or invalid
- `500` — An unexpected, likely ephemeral scenario occurred. The request will have to be retried later. We recommend reaching out to Truepill if this is a persistent issue.

---

[API](https://skmtc.dev/truepill/apis/truepill-api-documentation.md) · [All operations](https://skmtc.dev/truepill/apis/truepill-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/truepill/truepill-api-documentation/revisions/d9aaa355c1e0/schema)
