List all Teams in an Organization.
Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the Organization to list Teams for.
A list of names for Teams to filter by. The API returns details only for the specified Teams.
Offset for pagination
x >= 0Limit for pagination
0 <= x <= 1000Sorting criteria, each criterion should conform to format 'fieldName:asc' or 'fieldName:desc'
name:asc, name:desc, description:asc, description:desc, createdAt:asc, createdAt:desc, updatedAt:asc, updatedAt:desc