---
title: "Wireless inventory as JSON"
method: GET
path: "/export/org/wireless.json"
tags: ["Export"]
---

# Wireless inventory as JSON

`GET /export/org/wireless.json`

## Query parameters

- `search` string
- `fields` string

## Response `200`

filtered wireless results

- 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

---

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