> ## 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
```

## Options

| Option          | Description                                                                                          | Possible Values                |
| --------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------ |
| `--json`        | Output the response as JSON. Shorthand for `--output json`. Mutually exclusive with `-o`/`--output`. | None                           |
| `-o`,`--output` | Format the output. The default is `table`.                                                           | `table`, `json`, or `template` |
| `--template`    | Format the output using a Go template. Use with `--output template`.                                 | Any valid Go template string   |

## 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.43/astro-workspace-team-add)
* [`astro organization team create`](/docs/cli/v1.43/astro-organization-team-create)
* [`astro workspace switch`](/docs/cli/v1.43/astro-workspace-switch)
