ListScheduledActionsRequest
data class ListScheduledActionsRequest(val startsAfter: Timestamp? = null, val endsBefore: Timestamp? = null, val subjects: List<Did>? = null, val statuses: List<ListScheduledActionsStatuses>, val limit: Long? = 50, val cursor: String? = null)
Parameters
startsAfter
Filter actions scheduled to execute after this time
endsBefore
Filter actions scheduled to execute before this time
limit
Maximum number of results to return
cursor
Cursor for pagination