---
title: "auth list"
description: "List authentication profiles"
canonical: "https://pgbeam.com/docs/cli/auth/list"
last-updated: "2026-09-14T19:37:21.000Z"
---

# auth list

> List authentication profiles

URL: https://pgbeam.com/docs/cli/auth/list

List all saved authentication profiles with their method, organization, and email. The currently active profile is marked with an asterisk (`*`). If no profiles are configured, prints instructions to run `pgbeam auth login`.

## Usage

All global options (`--token`, `--profile`,
`--project`, `--org`, `--json`, `--no-color`, `--no-trunc`, `--debug`) are
also available on this command.

## Examples

## Output

Displays a table with columns: active indicator, profile name, auth method, organization ID, and email. With `--json`, returns an array of profile objects.