getOperations

abstract suspend fun getOperations(input: GetOperationsRequest = GetOperationsRequest { }): GetOperationsResponse

Returns information about all operations.

Results are returned from oldest to newest, up to a maximum of 200. Results can be paged by making each subsequent call to GetOperations use the maximum (last) statusChangedAt value from the previous request.