Skip to main content
royaltyport statements download <project_id> <statement_id>
Downloads the original statement file to your local machine.

Arguments

ArgumentRequiredDescription
project_idYesThe project UUID
statement_idYesThe statement ID

Options

OptionShortDescription
--output <path>-oOutput file path (default: original filename in current directory)

Behavior

  • Downloads the file to the current directory using the original filename, unless --output is specified
  • Uses a pre-signed URL — no credentials are sent to the storage provider

Examples

Download with original filename:
royaltyport statements download a1b2c3d4-e5f6-7890-abcd-ef1234567890 1234
Download to a specific path:
royaltyport statements download a1b2c3d4-e5f6-7890-abcd-ef1234567890 1234 \
  --output ./downloads/Q1-2025-royalties.xlsx