Skip to main content

tools.ozone.moderation.listScheduledActions

#main

List scheduled moderation actions with optional filtering

Input

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
startsAfterstring (datetime)-Filter actions scheduled to execute after this time
endsBeforestring (datetime)-Filter actions scheduled to execute before this time
subjectsarray of string-Filter actions for specific DID subjects
statusesarray of string-Filter actions by status
limitinteger-Maximum number of results to return
cursorstring-Cursor for pagination

Output

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
actionsarray of tools.ozone.moderation.defs#scheduledActionView--
cursorstring-Cursor for next page of results