---
title: "approvals list"
description: "List statement approval requests for a project"
canonical: "https://pgbeam.com/docs/cli/approvals/list"
last-updated: "2026-09-14T19:37:21.000Z"
---

# approvals list

> List statement approval requests for a project

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

List human-in-the-loop statement approval requests for the linked project. Optionally filter by status. Shows each request's ID, statement kind, status, request time, and a truncated SQL preview.

## Usage

## Options

Option

Description

Required

Default

`--status <value>`

Filter by status (one of: pending, approved, rejected, expired, executed, failed)

No

-

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: ID, Kind, Status, Requested, and SQL.