Get Report Data (Action1)
action1_get_report_dataFetch data rows from a report for an organization, with support for pagination, sorting, and filtering.
Instructions
Fetch the data rows of a report for an organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Offset — pass the previous response's nextFrom to continue. | |
| limit | No | Items per page (default 50). | |
| orgId | Yes | Organization id (action1_list_organizations); many tools accept "all". | |
| filter | No | Case-insensitive substring matched against any field. | |
| sortby | No | Sort field; prefix with "-" for descending. | |
| reportId | Yes |