—downloads
Export your filtered logs as a file and manage past exports. Supports CSV and Parquet formats.
Syntax
--downloads
--downloads::create
--downloads::create:csv
--downloads::create:parquet
--downloads::create:<format>:<hours>h Sub-commands
| Command | Description |
|---|---|
--downloads | List all existing exports |
--downloads::create | Export current filters as Parquet (default) |
--downloads::create:csv | Export as CSV |
--downloads::create:parquet | Export as Parquet |
--downloads::create:csv:48h | Export as CSV, keep for 48 hours (default: 24h, max: 168h) |
Examples
level:error @last-7d --downloads::create:csv
context.gateway:stripe --downloads::create:parquet:72h
--downloads Plan requirements
--downloads::create:csv— requires Solo plan or higher--downloads::create:parquet— requires Pro plan or higher
Users on the Free plan will see a gate when trying to create an export.
Notes
- Exports are generated asynchronously — a status indicator shows progress
- Files expire after the specified TTL (default 24h)
- Parquet is the default format when no format is specified
- Exports are scoped to the current project and filter state