# logs

## Usage

```bash
bdy pipeline run logs [options] <identifier> <run-id> <action-run-id>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `identifier` | Human-readable ID of the pipeline (required) |
| `run-id` | ID of the pipeline run (required) |
| `action-run-id` | ID of the pipeline run action (required) |

## 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 |
| `-n, --no-wait` | Do not wait for run to finish |
| `--format <text|jsonl>` | Output format: jsonl, text. Default: text |
| `-h, --help` | display help for command |

## Examples

### ## pipeline run logs

```bash
bdy pip run logs pipeline-identifier run-id action-run-id
```

### ## pipeline run logs with jsonl output

```bash
bdy pip run logs pipeline-identifier run-id action-run-id --format jsonl
```


---
Original source: https://buddy.works/docs/cli/pipeline/run/logs