> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# adminShowClusterOperations

<div className="kinetica-javadoc">
  <ul className="member-list">
    <li>
      <div className="section detail" id="adminShowClusterOperations(com.gpudb.protocol.AdminShowClusterOperationsRequest)">
        <h3>adminShowClusterOperations</h3>
        <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/AdminShowClusterOperationsResponse" title="class in com.gpudb.protocol">AdminShowClusterOperationsResponse</a></span> <span className="element-name">adminShowClusterOperations</span><wbr /><span className="parameters">(<a href="/content/api/java/com/gpudb/protocol/AdminShowClusterOperationsRequest" title="class in com.gpudb.protocol">AdminShowClusterOperationsRequest</a> request)</span> throws <span className="exceptions"><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></span></div>

        <div className="block">
          Requests the detailed status of the current operation (by default) or a prior cluster operation specified by <a href="/content/api/java/com/gpudb/protocol/AdminShowClusterOperationsRequest#getHistoryIndex()"><code>historyIndex</code></a>. Returns details on the requested cluster operation.
          <p> The response will also indicate how many cluster operations are stored in the history.</p>
        </div>

        <div className="dl notes">
          <div className="dt">Parameters:</div>
          <div className="dd"><code>request</code> - <a href="/content/api/java/com/gpudb/protocol/AdminShowClusterOperationsRequest" title="class in com.gpudb.protocol"><code>Request</code></a> object containing the parameters for the operation.</div>
          <div className="dt">Returns:</div>
          <div className="dd"><a href="/content/api/java/com/gpudb/protocol/AdminShowClusterOperationsResponse" title="class in com.gpudb.protocol"><code>Response</code></a> object containing the results of the operation.</div>
          <div className="dt">Throws:</div>
          <div className="dd"><code><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></code> - if an error occurs during the operation.</div>
        </div>
      </div>
    </li>

    <li>
      <div className="section detail" id="adminShowClusterOperations(int,java.util.Map)">
        <h3>adminShowClusterOperations</h3>
        <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/AdminShowClusterOperationsResponse" title="class in com.gpudb.protocol">AdminShowClusterOperationsResponse</a></span> <span className="element-name">adminShowClusterOperations</span><wbr /><span className="parameters">(int historyIndex, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> options)</span> throws <span className="exceptions"><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></span></div>

        <div className="block">
          Requests the detailed status of the current operation (by default) or a prior cluster operation specified by <code>historyIndex</code>. Returns details on the requested cluster operation.
          <p> The response will also indicate how many cluster operations are stored in the history.</p>
        </div>

        <div className="dl notes">
          <div className="dt">Parameters:</div>
          <div className="dd"><code>historyIndex</code> - Indicates which cluster operation to retrieve. Use 0 for the most recent. The default value is 0.</div>
          <div className="dd"><code>options</code> - Optional parameters. The default value is an empty <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link"><code>Map</code></a>.</div>
          <div className="dt">Returns:</div>
          <div className="dd"><a href="/content/api/java/com/gpudb/protocol/AdminShowClusterOperationsResponse" title="class in com.gpudb.protocol"><code>Response</code></a> object containing the results of the operation.</div>
          <div className="dt">Throws:</div>
          <div className="dd"><code><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></code> - if an error occurs during the operation.</div>
        </div>
      </div>
    </li>
  </ul>
</div>
