---
title: "List all jacks"
method: GET
path: "/api/jacks"
tags: ["Jacks"]
---

# List all jacks

`GET /api/jacks`

## Response `200`

List of jacks

- Jack[]
  - `id` string
  - `name` string, required
  - `pins` integer[]
  - `driver` string, required
  - `reverse` boolean

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/reef-pi/apis/reef-pi-api.md) · [All operations](https://skmtc.net/reef-pi/apis/reef-pi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reef-pi/reef-pi-api/revisions/85b870dc1814/schema)
