> ## 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.

# adminShowJobs

<div className="kinetica-doxygen">
  <div id="a1a878c279cea5c797d9ba2059fc359ae" />

  <h2 className="memtitle"><span className="permalink"><a href="#a1a878c279cea5c797d9ba2059fc359ae">◆ </a></span>adminShowJobs() <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_1AdminShowJobsResponse">AdminShowJobsResponse</a> gpudb::GPUdb::adminShowJobs </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowJobsRequest">AdminShowJobsRequest</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>Get a list of the current jobs in <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb">GPUdb</a>. </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_1AdminShowJobsRequest">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_1AdminShowJobsResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="ab3936c03c0c0f5da6a4741c2b00f3133" />

  <h2 className="memtitle"><span className="permalink"><a href="#ab3936c03c0c0f5da6a4741c2b00f3133">◆ </a></span>adminShowJobs() <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_1AdminShowJobsResponse">AdminShowJobsResponse</a> & gpudb::GPUdb::adminShowJobs </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1AdminShowJobsRequest">AdminShowJobsRequest</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_1AdminShowJobsResponse">AdminShowJobsResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Get a list of the current jobs in <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb">GPUdb</a>. </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_1AdminShowJobsRequest">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_1AdminShowJobsResponse">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_1AdminShowJobsResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>

  <div id="a0ca888e77117b227a6da7af58bbb64b7" />

  <h2 className="memtitle"><span className="permalink"><a href="#a0ca888e77117b227a6da7af58bbb64b7">◆ </a></span>adminShowJobs() <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_1AdminShowJobsResponse">AdminShowJobsResponse</a> gpudb::GPUdb::adminShowJobs </td>
          <td>(</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>
          <td>)</td>
          <td> const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Get a list of the current jobs in <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb">GPUdb</a>. </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">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a8852afec028c0685681d6ee167a122ee">admin\_show\_jobs\_show\_async\_jobs</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#aea2061b4d5051df0abbe6fdef57824ef">true</a>, then the completed async jobs are also included in the response. By default, once the async jobs are completed they are no longer included in the jobs list. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#aea2061b4d5051df0abbe6fdef57824ef">admin\_show\_jobs\_true</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1579c6a2b1addb06a9f6fb5cb5660443">admin\_show\_jobs\_false</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a1579c6a2b1addb06a9f6fb5cb5660443">admin\_show\_jobs\_false</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#ad3e0351356b84289e6cb04b8dd128eff">admin\_show\_jobs\_show\_worker\_info</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#aea2061b4d5051df0abbe6fdef57824ef">true</a>, then information is also returned from worker ranks. By default only status from the head rank is returned. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#aea2061b4d5051df0abbe6fdef57824ef">admin\_show\_jobs\_true</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1579c6a2b1addb06a9f6fb5cb5660443">admin\_show\_jobs\_false</a> </li>
                    </ul>
                  </li>
                </ul>

                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_1AdminShowJobsResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="aa5763f88ff54e01cca9e7f52230c4680" />

  <h2 className="memtitle"><span className="permalink"><a href="#aa5763f88ff54e01cca9e7f52230c4680">◆ </a></span>adminShowJobs() <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_1AdminShowJobsResponse">AdminShowJobsResponse</a> & gpudb::GPUdb::adminShowJobs </td>
          <td>(</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_1AdminShowJobsResponse">AdminShowJobsResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Get a list of the current jobs in <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb">GPUdb</a>. </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">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a8852afec028c0685681d6ee167a122ee">admin\_show\_jobs\_show\_async\_jobs</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#aea2061b4d5051df0abbe6fdef57824ef">true</a>, then the completed async jobs are also included in the response. By default, once the async jobs are completed they are no longer included in the jobs list. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#aea2061b4d5051df0abbe6fdef57824ef">admin\_show\_jobs\_true</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1579c6a2b1addb06a9f6fb5cb5660443">admin\_show\_jobs\_false</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a1579c6a2b1addb06a9f6fb5cb5660443">admin\_show\_jobs\_false</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#ad3e0351356b84289e6cb04b8dd128eff">admin\_show\_jobs\_show\_worker\_info</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#aea2061b4d5051df0abbe6fdef57824ef">true</a>, then information is also returned from worker ranks. By default only status from the head rank is returned. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#aea2061b4d5051df0abbe6fdef57824ef">admin\_show\_jobs\_true</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1579c6a2b1addb06a9f6fb5cb5660443">admin\_show\_jobs\_false</a> </li>
                    </ul>
                  </li>
                </ul>

                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_1AdminShowJobsResponse">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_1AdminShowJobsResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>
</div>
