#main
List scheduled moderation actions with optional filtering
- Encoding: application/json
 
| Property | Type | Known Values | Required | Description | 
|---|
| startsAfter | string (datetime) | - | ❌ | Filter actions scheduled to execute after this time | 
| endsBefore | string (datetime) | - | ❌ | Filter actions scheduled to execute before this time | 
| subjects | array of string | - | ❌ | Filter actions for specific DID subjects | 
| statuses | array of string | - | ✅ | Filter actions by status | 
| limit | integer | - | ❌ | Maximum number of results to return | 
| cursor | string | - | ❌ | Cursor for pagination | 
Output
- Encoding: application/json