Documentation Index
Fetch the complete documentation index at: https://docs.royaltyport.com/llms.txt
Use this file to discover all available pages before exploring further.
royaltyport statements list <project_id>
Lists statements in a project with pagination.
Arguments
| Argument | Required | Description |
|---|
project_id | Yes | The project UUID |
Options
| Option | Short | Description |
|---|
--page <page> | -p | Page number (default: 1) |
--per-page <perPage> | -n | Results per page (default: 20) |
Output
Prints a table with statement details followed by pagination info:
| Column | Description |
|---|
| ID | Statement ID |
| File Name | Uploaded file name |
| Created | Date 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