---
title: "List programs"
method: GET
path: "/programs"
tags: ["Programs"]
---

# List programs

`GET /programs`

List lab test programs for the current organization, with pagination.

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` 'name' | 'created_at' | 'updated_at'
- `order` 'asc' | 'desc'

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
