—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

CommandDescription
--downloadsList all existing exports
--downloads::createExport current filters as Parquet (default)
--downloads::create:csvExport as CSV
--downloads::create:parquetExport as Parquet
--downloads::create:csv:48hExport 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