> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# astro organization team list

<Info>
  This command is only available on Astro.
</Info>

List all Teams in your current Organization.

## Usage

```sh wrap theme={null}
astro organization team list
```

## Output

| Column        | Description                                                      | Data type                                                                                          |
| ------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| `ID`          | The Team ID in the Organization.                                 | String                                                                                             |
| `NAME`        | Team name.                                                       | String                                                                                             |
| `DESCRIPTION` | The description for the Team.                                    | String                                                                                             |
| `ORG ROLE`    | The Team's role in the Organization.                             | Possible values are `ORGANIZATION_MEMBER`, `ORGANIZATION_BILLING_ADMIN`, and `ORGANIZATION_OWNER`. |
| `IDP MANAGED` | Whether the Team is managed through an identity provider.        | Boolean                                                                                            |
| `CREATE DATE` | The date and time that the Team was created in the Organization. | Date (`YYYY-MM-DDTHH:MM:SSZ`)                                                                      |

## Related commands

* [`astro workspace team add`](/docs/cli/v1.41/astro-workspace-team-add)
* [`astro organization team create`](/docs/cli/v1.41/astro-organization-team-create)
* [`astro workspace switch`](/docs/cli/v1.41/astro-workspace-switch)
