v1

latestOpenAPI 3.0.02026-07-24990169.2 KB

List teams in workspace

Get a list of teams in the workspace. Shows teams you are a member of, public teams, and private teams if you have workspace management permissions.

get/workspaces/{slug}/teams

Path parameters

slugstring required

Slug of the workspace to fetch teams for.

Query parameters

searchstring

Search for a team name or id including this term.

order'ASC' | 'DESC'

Result order (ascending or descending)

orderBy'name' | 'createdAt'

Attribute to order by

limitinteger

Maximum items to fetch. Useful for pagination.

offsetinteger

Number of items to skip. Useful for pagination.

Response

Successful