GET /v1/teams
List Teams
List all teams with optional filtering and pagination
GET
GET /v1/teams
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
List Teams
List all teams with optional filtering and pagination.Query Parameters
Filter by parent team name to list only direct children of that team.
Maximum number of results to return (max: 1000000).
Cursor for backward pagination.
Cursor for forward pagination.
Comma-separated list of fields to include:
users, parents, children, policies, domains, owners. See Supported Fields below.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 thefields parameter to request additional data.
Response
Array of team objects.
Pagination information.
Supported Fields
The following fields can be requested via thefields query parameter:
| Field | Description |
|---|---|
users | Users belonging to the team |
parents | Parent team references |
children | Child team references |
policies | Policy references attached to the team |
domains | Domain assignments for governance |
owners | Owner references (users and teams) |
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to list teams |