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

# vastai show user

Get current user data

## Usage

```bash theme={null}
vastai show user [OPTIONS]
```

## Options

<ParamField path="-q" type="boolean">
  display information about user (alias: `--quiet`)
</ParamField>

## Description

Shows stats for logged-in user. These include user balance, email, and ssh key. Does not show API key.

## Examples

```bash theme={null}
vastai show user
```

## Global Options

The following options are available for all commands:

| Option          | Description                                           |
| --------------- | ----------------------------------------------------- |
| `--url URL`     | Server REST API URL                                   |
| `--retry N`     | Retry limit                                           |
| `--raw`         | Output machine-readable JSON                          |
| `--explain`     | Verbose explanation of API calls                      |
| `--api-key KEY` | API key (defaults to `~/.config/vastai/vast_api_key`) |
