---
title: "Get all radios for a tenant or radios based on AP Serial"
method: GET
path: "/network-services/v1/airmatch-radio"
tags: ["AirMatch"]
---

# Get all radios for a tenant or radios based on AP Serial

`GET /network-services/v1/airmatch-radio`

Returns reporting radio information for all radios for that tenant or radios based on AP Serial if query parameter provided.

## Query parameters

- `serial-number` string
- `is-static` boolean
- `limit` integer
- `offset` integer

## Response `200`

Successful operation

- RadioInfoAll — Paginated list response for radio documents.
  - `id` string, required
  - `type` string, required
  - `count` integer, required
  - `items` RadioInfo[], required
    - `id` string, required
    - `type` string, required
    - `apSerial` string
    - `apEthMac` string
    - `band` string
    - `bandRange` string
    - `bandwidth` string
    - `chanReason` string
    - `chanTimestamp` string
    - `channel` string
    - `eirp` string
    - `eirpDbm` string
    - `eirpReason` string
    - `eirpTimestamp` string
    - `isRadioActive` 'true' | 'false'
    - `isStaticChan` 'true' | 'false'
    - `isStaticEirp` 'true' | 'false'
    - `lteBlockedChan2g` string
    - `mode` string
    - `provSecChan` string
    - `provPriChan` string
    - `provBand` string
    - `provBandwidth` string
    - `provEirp` string
    - `provTimestamp` string
    - `radioMac` string
    - `radioNum` string
    - `radioStatus` 'true' | 'false'
    - `radioTimestamp` string
    - `secondaryChannel` string
    - `siteId` string
    - `updateTimestamp` integer
    - `updatedTs` integer
    - `nonPscStatus` 'true' | 'false'
    - `customerMode` string

## Other responses

- `400` — Bad Request. Validation errors in the request body or parameters, or invalid parameters for the specific device.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden request. The client does not have access rights to the content.
- `404` — Requested resource was not found.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.

---

[API](https://skmtc.net/arubanetworks/apis/authorization.md) · [All operations](https://skmtc.net/arubanetworks/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arubanetworks/authorization/revisions/74c95058b11f/schema)
