Skip to main content
royaltyport statements list <project_id>
Lists statements 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 statement details followed by pagination info:
ColumnDescription
IDStatement ID
File NameUploaded file name
CreatedDate the statement was created
After the table, a summary line shows the current page, total pages, and total statement count — for example: Page 1 of 5 (100 total).

Examples

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