---
title: "Get RF partition information"
method: GET
path: "/network-services/v1/airmatch-partition"
tags: ["AirMatch"]
---

# Get RF partition information

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

Returns RF Partition information for a given tenant with list of radios in that partition along with RF domain and partition information for a given tenant

## Query parameters

- `band-selected` '2.4GHz' | '5GHz' | '6GHz'
- `type` 'normal' | 'opmode' | 'dynamic'
- `summary` true | false
- `id` string[]
- `offset` integer
- `limit` integer

## Response `200`

Successful operation

- Partition — RF partition document
  - `id` string, required
  - `type` string, required
  - `apSerial` string
  - `band` string
  - `docCount` integer
  - `radioMac` string
  - `rfDomainId` string
  - `rfPartitionId` string
  - `rfPartitionTimestamp` string
  - `rfPartitionType` string
  - `shardAttr` string
  - `siteId` string
  - `tenantId` string
  - `updateTimestamp` integer
  - `requestId` string
  - `apCoveragePlanTimestamp` 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/versions/74c95058b11f/schema)
