#main
Query report activities across all reports, ordered by createdAt. Used by downstream pollers; for per-report activity history use listActivities.
Parameters
| Property | Type | Known Values | Required | Description |
|---|
| activityTypes | array | - | ❌ | - |
| createdAfter | string (datetime) | - | ❌ | Retrieve activities created at or after a given timestamp |
| createdBefore | string (datetime) | - | ❌ | Retrieve activities created at or before a given timestamp |
| sortDirection | string | - | ❌ | - |
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | Cursor of the form <createdAtMs>::<activityId>. |
Output
- Encoding: application/json