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

# showProcStatus

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

  <h2 className="memtitle"><span className="permalink"><a href="#a63c727c0d7264750e61ef8e7c836ebb3">◆ </a></span>showProcStatus() <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_1ShowProcStatusResponse">ShowProcStatusResponse</a> kinetica.Kinetica.showProcStatus </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1ShowProcStatusRequest">ShowProcStatusRequest</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>Shows the statuses of running or completed proc instances. </p>
      <p>Results are grouped by run ID (as returned from <a className="el" href="#aa60540ec2c062ebd91bab5e0191d9653">executeProc</a>) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).</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#L60561">60561</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="ab4d576421f14e3497029fadc4535e09b" />

  <h2 className="memtitle"><span className="permalink"><a href="#ab4d576421f14e3497029fadc4535e09b">◆ </a></span>showProcStatus() <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_1ShowProcStatusResponse">ShowProcStatusResponse</a> kinetica.Kinetica.showProcStatus </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">run\_id</span></span><span className="paramdefsep"> = </span><span className="paramdefval">""</span>, </td>
              </tr>

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

                <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>
            </table>
          </td>

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

    <div className="memdoc">
      <p>Shows the statuses of running or completed proc instances. </p>
      <p>Results are grouped by run ID (as returned from <a className="el" href="#aa60540ec2c062ebd91bab5e0191d9653">executeProc</a>) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">run\_id</td>
              <td>The run ID of a specific proc instance for which the status will be returned. If a proc with a matching run ID is not found, the response will be empty. If not specified, the statuses of all executed proc instances will be returned. The default value is ''. </td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowProcStatusRequest_1_1Options#a6effa435798f5fe5f4f305b591d7e3fa">CLEAR\_COMPLETE</a>: If set to <a className="el" href="/content/api/cs/structkinetica_1_1ShowProcStatusRequest_1_1Options#a990112eca9c4bb4e3ee580087e37b6fb">TRUE</a>, if a proc instance has completed (either successfully or unsuccessfully) then its status will be cleared and no longer returned in subsequent calls. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowProcStatusRequest_1_1Options#a990112eca9c4bb4e3ee580087e37b6fb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowProcStatusRequest_1_1Options#a0e0d35f56a6198bc55138fe8428e7dd3">FALSE</a> </li>
                    </ul>

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

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowProcStatusRequest_1_1Options#a88c85bd16ac0fb15f74272861aa3feab">RUN\_TAG</a>: If <span className="em">run\_id</span> is specified, return the status for a proc instance that has a matching run ID and a matching run tag that was provided to <a className="el" href="#aa60540ec2c062ebd91bab5e0191d9653">executeProc</a>. If <span className="em">run\_id</span> is not specified, return statuses for all proc instances where a matching run tag was provided to <a className="el" href="#aa60540ec2c062ebd91bab5e0191d9653">executeProc</a>. The default value is ''. </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#L60646">60646</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="a2e3498e34ec213cef7fbc14a81482d2e" />

  <h2 className="memtitle"><span className="permalink"><a href="#a2e3498e34ec213cef7fbc14a81482d2e">◆ </a></span>ShowProcStatusAsync() <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_1ShowProcStatusResponse">ShowProcStatusResponse</a> > kinetica.Kinetica.ShowProcStatusAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1ShowProcStatusRequest">ShowProcStatusRequest</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>Shows the statuses of running or completed proc instances. </p>
      <p>(async) </p>
      <p>Results are grouped by run ID (as returned from <a className="el" href="#aa60540ec2c062ebd91bab5e0191d9653">executeProc</a>) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).</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#L60581">60581</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="a1e10d090c56963cb4b010148e91acda5" />

  <h2 className="memtitle"><span className="permalink"><a href="#a1e10d090c56963cb4b010148e91acda5">◆ </a></span>ShowProcStatusAsync() <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_1ShowProcStatusResponse">ShowProcStatusResponse</a> > kinetica.Kinetica.ShowProcStatusAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">run\_id</span></span><span className="paramdefsep"> = </span><span className="paramdefval">""</span>, </td>
              </tr>

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

                <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>Shows the statuses of running or completed proc instances. </p>
      <p>(async) </p>
      <p>Results are grouped by run ID (as returned from <a className="el" href="#aa60540ec2c062ebd91bab5e0191d9653">executeProc</a>) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">run\_id</td>
              <td>The run ID of a specific proc instance for which the status will be returned. If a proc with a matching run ID is not found, the response will be empty. If not specified, the statuses of all executed proc instances will be returned. The default value is ''. </td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowProcStatusRequest_1_1Options#a6effa435798f5fe5f4f305b591d7e3fa">CLEAR\_COMPLETE</a>: If set to <a className="el" href="/content/api/cs/structkinetica_1_1ShowProcStatusRequest_1_1Options#a990112eca9c4bb4e3ee580087e37b6fb">TRUE</a>, if a proc instance has completed (either successfully or unsuccessfully) then its status will be cleared and no longer returned in subsequent calls. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowProcStatusRequest_1_1Options#a990112eca9c4bb4e3ee580087e37b6fb">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowProcStatusRequest_1_1Options#a0e0d35f56a6198bc55138fe8428e7dd3">FALSE</a> </li>
                    </ul>

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

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowProcStatusRequest_1_1Options#a88c85bd16ac0fb15f74272861aa3feab">RUN\_TAG</a>: If <span className="em">run\_id</span> is specified, return the status for a proc instance that has a matching run ID and a matching run tag that was provided to <a className="el" href="#aa60540ec2c062ebd91bab5e0191d9653">executeProc</a>. If <span className="em">run\_id</span> is not specified, return statuses for all proc instances where a matching run tag was provided to <a className="el" href="#aa60540ec2c062ebd91bab5e0191d9653">executeProc</a>. The default value is ''. </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#L60711">60711</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>
