---
title: "Get all radar and noise RF events of a tenant"
method: GET
path: "/network-services/v1/airmatch-priority-rf-events"
tags: ["AirMatch"]
---

# Get all radar and noise RF events of a tenant

`GET /network-services/v1/airmatch-priority-rf-events`

Returns all Priority Radio Frequency (RF) channel change events caused by radar and noise for a tenant

## Query parameters

- `start-at` string, date-time
- `end-at` string, date-time
- `limit` integer
- `offset` integer

## Response `200`

Successful operation

- PrioRfEventsAll — Paginated list response for priority RF event documents.
  - `id` string, required
  - `type` string, required
  - `count` integer, required
  - `items` PrioRfEvents[], required
    - `id` string, required
    - `type` string, required
    - `apSerial` string
    - `band` string
    - `eirpResolution` string
    - `eventTimestamp` string
    - `eventType` string
    - `newBandwidth` string
    - `newChannel` string
    - `newEirp` string
    - `newSecondaryChannel` string
    - `oldBandwidth` string
    - `oldChannel` string
    - `oldEirp` string
    - `oldSecondaryChannel` string
    - `radioMac` string
    - `siteId` string
    - `tenantId` string
    - `updateTimestamp` integer

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