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

# team inspect

> Show details of a team and its projects

Displays detailed information about a team, including its ID, name, Stripe account status, and creation date. Also lists all projects belonging to the team.

## Usage

```bash theme={null}
alpic team inspect --team-id <teamId>
```

Shows details of the specified team and its projects.

When no `--team-id` is provided, you will be prompted to select a team interactively.

```bash theme={null}
alpic team inspect
```

## Options

| Flag                | Description                 | Default |
| ------------------- | --------------------------- | ------- |
| `--team-id`         | The ID of the team          | —       |
| `--non-interactive` | Disable interactive prompts | `false` |
