---
title: "List specs"
method: GET
path: "/v0/specs"
tags: ["specs"]
---

# List specs

`GET /v0/specs`

➕ Bencher Plus: List all hardware specs on the server. The user must be an admin to use this endpoint.

## Query parameters

- `direction` 'asc' | 'desc'
- `page` integer, nullable
- `per_page` integer, nullable
- `sort` union
  - 'name' — Sort by spec name.
  - 'created' — Sort by creation date.
- `archived` boolean
- `name` string
- `search` string

## Response `200`

successful operation

- JsonSpec[] — List of specs
  - `architecture` 'x86_64' | 'aarch64', required
  - `archived` string, date-time
  - `cpu` integer, required
  - `created` string, date-time, required
  - `disk` integer, required
  - `fallback` string, date-time
  - `memory` integer, required
  - `modified` string, date-time, required
  - `name` string, required
  - `network` boolean, required
  - `os` 'linux' | 'macos' | 'windows', required
  - `sandbox` 'firecracker'
  - `slug` string, required
  - `uuid` string, uuid, required

## Other responses

- `4XX` — Error
- `5XX` — Error

## Changes

- **2026-03-23** `1634d744359e` — 2 info
  - added the optional property `items/sandbox` to the response with the `200` status
  - added the required property `items/os` to the response with the `200` status
- **2026-03-20** `36c8ad753527` — 1 breaking, 1 warning
  - removed the required property `items/os` from the response with the `200` status
  - removed the optional property `items/sandbox` from the response with the `200` status

[Change history](https://skmtc.dev/bencherdev/apis/bencher-api/changes/v0/specs/get.md)

---

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