The behavior and format of this command differs depending on what Astronomer product you’re using. Use the following tabs to change product contexts.
- Astro
- APC
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List Teams in a Workspace.
astro workspace team list
| 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 | Description | Data Type |
|---|---|---|
ID | The Team ID. | String |
Role | The Team’s role in the Workspace. | String |
Name | The name of the Team. | String |
Description | The Team description. | String |
Create Date | The date and time that the Team was created in the Organization. | Date (YYYY-MM-DDTHH:MM:SSZ) |
astro workspace team list <options>
| Option | Description | Valid Values |
|---|---|---|
<workspace_id> | The Workspace you want to list Teams for. | Any valid Workspace ID |
| Output | Description | Data Type |
|---|---|---|
ID | The Team ID. | String |
Role | The Team’s role in the Workspace. | String |
Name | The name of the Team. | String |
Description | The Team description. | Boolean |
Create Date | The date and time that the Team was created in the Organization. | Date (YYYY-MM-DDTHH:MM:SSZ) |
Was this page helpful?