---
title: "Returns a host interfaces by host name"
method: GET
path: "/hosts/{hostName}/interfaces/"
tags: ["Hosts"]
---

# Returns a host interfaces by host name

`GET /hosts/{hostName}/interfaces/`

## Path parameters

- `hostName` string, required

## Response `200`

Interfaces

- 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.dev/quadsproject/apis/quads.md) · [All operations](https://skmtc.dev/quadsproject/apis/quads/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadsproject/quads/revisions/a060ee3d649d/schema)
