> ## 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="a0739b8634a4064926acd7b788d68acd0" />

  <h2 className="memtitle"><span className="permalink"><a href="#a0739b8634a4064926acd7b788d68acd0">◆ </a></span>adminShowJobs() <span className="overload">\[1/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1AdminShowJobsResponse">AdminShowJobsResponse</a> kinetica.Kinetica.adminShowJobs </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1AdminShowJobsRequest">AdminShowJobsRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></span></td>
                <td>)</td>

                <td />
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Get a list of the current jobs in GPUdb. </p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request 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">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L2709">2709</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a018fa7a831e204e5fc522d7af7295bfb" />

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

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1AdminShowJobsResponse">AdminShowJobsResponse</a> kinetica.Kinetica.adminShowJobs </td>
                <td>(</td>
                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span></td>
                <td>)</td>

                <td />
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Get a list of the current jobs in GPUdb. </p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#ae565e221eb1a6b1e199d5dca57c35f30">SHOW\_ASYNC\_JOBS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#a87935292258af6aa84e500ca1e0d1ab2">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/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#a87935292258af6aa84e500ca1e0d1ab2">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#abee489ff0bc788066a821597dc55070b">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#abee489ff0bc788066a821597dc55070b">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#ac69421967c7fc9faaf99b481aaad6b8d">SHOW\_WORKER\_INFO</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#a87935292258af6aa84e500ca1e0d1ab2">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/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#a87935292258af6aa84e500ca1e0d1ab2">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#abee489ff0bc788066a821597dc55070b">FALSE</a> </li>
                    </ul>
                  </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L2788">2788</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="aa57869deb8aea1ce79c86fb3103fbfce" />

  <h2 className="memtitle"><span className="permalink"><a href="#aa57869deb8aea1ce79c86fb3103fbfce">◆ </a></span>AdminShowJobsAsync() <span className="overload">\[1/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1AdminShowJobsResponse">AdminShowJobsResponse</a> > kinetica.Kinetica.AdminShowJobsAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_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">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</span> )</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Get a list of the current jobs in GPUdb. </p>
      <p>(async)</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request object containing the parameters for the operation.</td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L2724">2724</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a6361d6f4267d1f565dd118b6edd50ec5" />

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

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1AdminShowJobsResponse">AdminShowJobsResponse</a> > kinetica.Kinetica.AdminShowJobsAsync </td>
                <td>(</td>
                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</span> )</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Get a list of the current jobs in GPUdb. </p>
      <p>(async)</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#ae565e221eb1a6b1e199d5dca57c35f30">SHOW\_ASYNC\_JOBS</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#a87935292258af6aa84e500ca1e0d1ab2">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/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#a87935292258af6aa84e500ca1e0d1ab2">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#abee489ff0bc788066a821597dc55070b">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#abee489ff0bc788066a821597dc55070b">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#ac69421967c7fc9faaf99b481aaad6b8d">SHOW\_WORKER\_INFO</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#a87935292258af6aa84e500ca1e0d1ab2">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/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#a87935292258af6aa84e500ca1e0d1ab2">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1AdminShowJobsRequest_1_1Options#abee489ff0bc788066a821597dc55070b">FALSE</a> </li>
                    </ul>
                  </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L2851">2851</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>
</div>
