---
title: "Returns a list of all interfaces"
method: GET
path: "/interfaces/"
tags: ["Interfaces"]
---

# Returns a list of all interfaces

`GET /interfaces/`

## Response `200`

Interface details list

- Interface[]
  - `id` integer
  - `name` string
  - `bios_id` string
  - `mac_address` string
  - `switch_ip` string
  - `switch_port` string
  - `speed` integer
  - `vendor` string
  - `pxe_boot` boolean
  - `maintenance` boolean
  - `host_id` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/quadsproject/apis/quads.md) · [All operations](https://skmtc.net/quadsproject/apis/quads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadsproject/quads/versions/a060ee3d649d/schema)
