---
title: "Get tenant information"
method: GET
path: "/tenants/{tenantName}/metadata"
tags: ["Tenant"]
---

# Get tenant information

`GET /tenants/{tenantName}/metadata`

## Path parameters

- `tenantName` string, required

## Query parameters

- `type` 'SERVER' | 'BROKER'

## Response `200`

Success

- TenantMetadata
  - `ServerInstances` string[]
  - `OfflineServerInstances` string[]
  - `RealtimeServerInstances` string[]
  - `BrokerInstances` string[]
  - `tenantName` string

## Other responses

- `404` — Tenant not found
- `500` — Server error reading tenant information

---

[API](https://skmtc.net/startree/apis/pinot-controller-api.md) · [All operations](https://skmtc.net/startree/apis/pinot-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/startree/pinot-controller-api/revisions/f1cc8a0ba2e0/schema)
