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

# bt status

> Show the active Braintrust profile, organization, project, and authentication details.

`bt status` shows the active profile, organization, project, and credential source.

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
bt status
bt status --all
bt status --json
bt status --verbose
```

Use `bt status` when you need to confirm which profile and context `bt` will use before running another command.

For profile management, such as listing, renaming, or deleting saved profiles without verifying credentials, use [`bt profiles`](/docs/reference/cli/profiles).

## Flags

| Flag    | Description                                                  |
| ------- | ------------------------------------------------------------ |
| `--all` | Include all saved login profiles and their connection status |

For compact output, use the global [`--quiet`](/docs/reference/cli/overview#global-flags) flag. For machine-readable output, use [`--json`](/docs/reference/cli/overview#global-flags).
