---
title: "Get team owners only"
method: GET
path: "/teams/{id}/owners"
tags: ["teams"]
---

# Get team owners only

`GET /teams/{id}/owners`

Returns team owners with their UUIDs, names, and emails.

This endpoint only returns owners.
Combine it with the members endpoint when you need the full team roster
or when the user asks to remove everyone including owners.

## Path parameters

- `id` string, required

## Query parameters

- `page` number
- `limit` number

## Response `200`

ok

---

[API](https://skmtc.net/rhythms/apis/rhythms-params-in-body.md) · [All operations](https://skmtc.net/rhythms/apis/rhythms-params-in-body/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rhythms/rhythms-params-in-body/revisions/860cca9fe67a/schema)
