---
title: "list available teams ids"
method: GET
path: "/w/{workspace}/workspaces/available_teams_ids"
tags: ["workspace"]
---

# list available teams ids

`GET /w/{workspace}/workspaces/available_teams_ids`

## Path parameters

- `workspace` string, required

## Query parameters

- `search` string
- `next_link` string

## Response `200`

status

- object
  - `teams` object[]
    - `team_name` string
    - `team_id` string
  - `total_count` integer — Total number of teams across all pages
  - `per_page` integer — Number of teams per page (configurable via TEAMS_PER_PAGE env var)
  - `next_link` string, nullable — URL to fetch next page of results. Null if no more pages.

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/7b281701c340/schema)
