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

# get_server_debug_information

<div className="kinetica-pydoc">
  <div className="dl py method">
    <div className="dt sig sig-object py" id="gpudb.GPUdb.get_server_debug_information"> <span className="sig-name descname"><span className="pre">get\_server\_debug\_information</span></span><span className="sig-paren">(</span><span className="em sig-param"><span className="n"><span className="pre">url</span></span></span><span className="sig-paren">)</span><a href="https://github.com/kineticadb/kinetica-api-python/blob/master/gpudb/gpudb.py#L11324"><span className="viewcode-link"><span className="pre">\[source]</span></span></a></div>

    <div className="dd">
      <p>Gets the database debug information from the given URL and returns the response.</p>
      <p><strong>Parameters</strong></p>

      <div className="blockquote">
        <div>
          <div className="dl simple">
            <div className="dt">url (<span className="em">GPUdb.URL</span>) –</div>

            <div className="dd">
              <p>The URL which we are supposed to get information from.</p>
            </div>
          </div>
        </div>
      </div>

      <p><strong>Returns</strong></p>

      <div className="blockquote">
        <div>
          <p>The debug response.</p>
        </div>
      </div>
    </div>
  </div>
</div>
