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

# GetCurrentRoutingTable

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

  <h2 className="memtitle"><span className="permalink"><a href="#a81e9f021696ecafb1cb6bc555d51760a">◆ </a></span>GetCurrentRoutingTable()</h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname">IList\< int >? kinetica.Kinetica.GetCurrentRoutingTable </td>
                <td>(</td>

                <td className="paramname">
                  <span className="paramname">
                    <span className="em" />
                  </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>Gets the current routing table for multi-head operations. </p>
      <p>Used by BulkInserter and RecordRetriever to get updated routing after a failover.</p>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">The current routing table, or null if unavailable</div>
      </div>

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