> ## 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-doxygen">
  <div id="aa11e77cd54b2d748b261fccbb9508765" />

  <h2 className="memtitle"><span className="permalink"><a href="#aa11e77cd54b2d748b261fccbb9508765">◆ </a></span>adminShowClusterOperations() <span className="overload">\[1/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsResponse">AdminShowClusterOperationsResponse</a> gpudb::GPUdb::adminShowClusterOperations </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsRequest">AdminShowClusterOperationsRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span></td>
          <td>)</td>
          <td> const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Requests the detailed status of the current operation (by default) or a prior cluster operation specified by <a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsRequest#ac6af84e10bd8b42efba940403e60583a">historyIndex</a>. </p>
      <p>Returns details on the requested cluster operation.</p>
      <p>The response will also indicate how many cluster operations are stored in the history.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsRequest">Request</a> object containing the parameters for the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a94884d8e6fd62a9b323eece3fceb919d" />

  <h2 className="memtitle"><span className="permalink"><a href="#a94884d8e6fd62a9b323eece3fceb919d">◆ </a></span>adminShowClusterOperations() <span className="overload">\[2/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsResponse">AdminShowClusterOperationsResponse</a> & gpudb::GPUdb::adminShowClusterOperations </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsRequest">AdminShowClusterOperationsRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsResponse">AdminShowClusterOperationsResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Requests the detailed status of the current operation (by default) or a prior cluster operation specified by <a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsRequest#ac6af84e10bd8b42efba940403e60583a">historyIndex</a>. </p>
      <p>Returns details on the requested cluster operation.</p>
      <p>The response will also indicate how many cluster operations are stored in the history.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsRequest">Request</a> object containing the parameters for the operation. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>

  <div id="a291cba4486c80a01e6f7b50b22a10a23" />

  <h2 className="memtitle"><span className="permalink"><a href="#a291cba4486c80a01e6f7b50b22a10a23">◆ </a></span>adminShowClusterOperations() <span className="overload">\[3/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsResponse">AdminShowClusterOperationsResponse</a> gpudb::GPUdb::adminShowClusterOperations </td>
          <td>(</td>
          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">historyIndex</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::map\< std::string, std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">options</span></span> ) const</td>
        </tr>
      </table>
    </div>

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

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">historyIndex</td>
              <td>Indicates which cluster operation to retrieve. Use 0 for the most recent. The default value is 0. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>
              <td>Optional parameters. The default value is an empty map.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a2f774e54ed3366000d893ac707c586c9" />

  <h2 className="memtitle"><span className="permalink"><a href="#a2f774e54ed3366000d893ac707c586c9">◆ </a></span>adminShowClusterOperations() <span className="overload">\[4/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsResponse">AdminShowClusterOperationsResponse</a> & gpudb::GPUdb::adminShowClusterOperations </td>
          <td>(</td>
          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">historyIndex</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::map\< std::string, std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">options</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsResponse">AdminShowClusterOperationsResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

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

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">historyIndex</td>
              <td>Indicates which cluster operation to retrieve. Use 0 for the most recent. The default value is 0. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>
              <td>Optional parameters. The default value is an empty map. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowClusterOperationsResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>
</div>
