---
title: "Get all wireless LANs"
method: GET
path: "/org/wireless"
tags: ["Organization"]
---

# Get all wireless LANs

`GET /org/wireless`

## Query parameters

- `search` string

## Response `200`

array of wireless LANs

- Wireless[]
  - `id` string, uuid, required
  - `created_at` integer
  - `last_seen` integer
  - `organization_id` string, uuid
  - `site_id` string, uuid
  - `last_agent_id` string, uuid
  - `last_task_id` string, uuid
  - `essid` string, uuid
  - `bssid` string, mac
  - `type` string
  - `authentication` string
  - `encryption` string
  - `signal` integer
  - `channels` string
  - `interface` string
  - `vendor` string
  - `family` string
  - `data` object
  - `org_name` string
  - `site_name` string
  - `agent_name` string

## Other responses

- `401` — Access token is missing or invalid

## Changes

- **2020-02-10** `1982af32482c` — 1 info
  - the endpoint scheme security `bearerAuth` was added to the API
- **2020-01-16** `0cd287ac6169` — 2 breaking
  - the `items/created_at` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - the `items/last_seen` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`

[Change history](https://skmtc.dev/rumble/apis/rumble-api-deprecated/changes/org/wireless/get.md)

---

[API](https://skmtc.dev/rumble/apis/rumble-api-deprecated.md) · [All operations](https://skmtc.dev/rumble/apis/rumble-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rumble/rumble-api-deprecated/revisions/7c193c1fcd5c/schema)
