v106

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
workspace

list available teams ids

get/w/{workspace}/workspaces/available_teams_ids

Path parameters

workspacestring required

Query parameters

searchstring

Search teams by name. If omitted, returns first page of all teams.

next_linkstring

Pagination cursor URL from previous response. Pass this to fetch the next page of results.

Response

status

total_countinteger

Total number of teams across all pages

per_pageinteger

Number of teams per page (configurable via TEAMS_PER_PAGE env var)

next_linkstring nullable

URL to fetch next page of results. Null if no more pages.