---
title: "Returns a specific interface for a specific interface id"
method: GET
path: "/interfaces/{interface_id}/"
tags: ["Interfaces"]
---

# Returns a specific interface for a specific interface id

`GET /interfaces/{interface_id}/`

## Path parameters

- `interface_id` string, required

## Response `200`

Interface details

- 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)
