Skip to main content
royaltyport contracts download <project_id> <contract_id>
Downloads the original contract file to your local machine.

Arguments

ArgumentRequiredDescription
project_idYesThe project UUID
contract_idYesThe contract 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 contracts download a1b2c3d4-e5f6-7890-abcd-ef1234567890 contract-123
Download to a specific path:
royaltyport contracts download a1b2c3d4-e5f6-7890-abcd-ef1234567890 contract-123 \
  --output ./downloads/contract.pdf