Skip to main content
royaltyport contracts list <project_id>
Lists contracts in a project with pagination.

Arguments

ArgumentRequiredDescription
project_idYesThe project UUID

Options

OptionShortDescription
--page <page>-pPage number (default: 1)
--per-page <perPage>-nResults per page (default: 20)

Output

Prints a table with contract details followed by pagination info:
ColumnDescription
IDContract UUID
File NameUploaded file name
CreatedDate the contract was created
After the table, a summary line shows the current page, total pages, and total contract count — for example: Page 1 of 5 (100 total).

Examples

List contracts:
royaltyport contracts list a1b2c3d4-e5f6-7890-abcd-ef1234567890
List with pagination:
royaltyport contracts list a1b2c3d4-e5f6-7890-abcd-ef1234567890 --page 2 --per-page 10