tools.ozone.report.listActivities
#main
List all activities for a report, sorted most-recent-first.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| reportId | integer | - | ✅ | ID of the report whose activities to list |
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| activities | array of tools.ozone.report.defs#reportActivityView | - | ✅ | - |
| cursor | string | - | ❌ | - |