# list

## Usage

```bash
bdy api list|ls [options]
```

## Options

| **Option** | **Description** |
| :--- | :--- |
| `-w, --workspace <domain>` | Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE |
| `-p, --project <name>` | Project name. Can be set via variable: BUDDY_PROJECT |
| `-m, --method <method>` | Filter endpoints by method (all, get, post, put, patch, delete). Default: all |
| `-s, --search <phrase>` | Filter endpoints by phrase |
| `-h, --help` | display help for command |


---
Original source: https://buddy.works/docs/cli/api/list