> ## 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 ide project list

<Info>
  These commands are only available on Astro.
</Info>

List all Astro IDE projects available to your user and workspace.

## Usage

```sh wrap theme={null}
astro ide project list
```

## Output

| Output | Description                                     | Data Type |
| ------ | ----------------------------------------------- | --------- |
| `NAME` | The name of the Astro IDE project.              | String    |
| `ID`   | The unique identifier of the Astro IDE project. | String    |

## Description

Displays the names and unique identifiers of all Astro IDE projects you have access to in your current workspace.

## Related commands

* [`astro ide project export`](/docs/cli/v1.38/astro-ide-project-export)
* [`astro ide project import`](/docs/cli/v1.38/astro-ide-project-import)
