Getting report rows
action1_list_report_dataRetrieve report data rows from Action1 with filtering, sorting, and pagination. Use report ID and optional parameters to get organized results for reports.
Instructions
Getting report rows. Gets data organized by report rows. Use parameters to filter out returned results. Perm: view_reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Provide the number of the first record to be returned. | |
| limit | No | Set the maximum number of items to be returned (the page size). | |
| cursor | No | Pagination cursor. | |
| filter | No | Provide a case-insensitive substring to filter and narrow down returned results (i.e., if... | |
| org_id | No | Org UUID. | |
| sortby | No | Define the sorting order by a certain field. | |
| details | No | Specify 'yes' to expand the details. This parameter is supported only for Summary reports. | |
| verbose | No | Skip per-item compactor. | |
| live_only | No | Specify if you want to retrieve live results only. | |
| report_id | Yes | Provide a specific report ID. | |
| endpoint_id | No | The ID of the endpoint to query. | |
| auto_paginate | No | Walk all pages. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |