---
title: "Returns a list with all the defined vlans"
method: GET
path: "/vlans/"
tags: ["Vlans"]
---

# Returns a list with all the defined vlans

`GET /vlans/`

## Response `200`

OK

- Vlan[]
  - `gateway` string
  - `ip_free` integer
  - `ip_range` string
  - `netmask` string
  - `vlan_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)
