list-teams
Retrieve teams from OpenMetadata with pagination. Supports filtering by parent team, inclusion of deleted entities, and cursor-based navigation.
Instructions
List teams with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields to include (e.g. 'users,owns,defaultRoles,parents') | |
| limit | No | Number of results per page | |
| before | No | Cursor for backward pagination | |
| after | No | Cursor for forward pagination | |
| parentTeam | No | Filter by parent team name | |
| include | No | Include deleted entities | non-deleted |