Skip to main content
GET
GET /v1/teams

List Teams

List all teams with optional filtering and pagination.

Query Parameters

parentTeam
string
Filter by parent team name to list only direct children of that team.
limit
integer
default:"10"
Maximum number of results to return (max: 1000000).
before
string
Cursor for backward pagination.
after
string
Cursor for forward pagination.
fields
string
Comma-separated list of fields to include: users, parents, children, policies, domains, owners. See Supported Fields below.
include
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
GET /v1/teams

Returns

Returns a paginated list of team objects. By default, only basic fields are included. Use the fields parameter to request additional data.

Response

data
array
Array of team objects.
paging
object
Pagination information.

Supported Fields

The following fields can be requested via the fields query parameter:

Error Handling