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

# show_graph

<div className="kinetica-pydoc">
  <div className="dl py method">
    <div className="dt sig sig-object py" id="gpudb.GPUdb.show_graph"> <span className="sig-name descname"><span className="pre">show\_graph</span></span><span className="sig-paren">(</span><span className="em sig-param"><span className="n"><span className="pre">graph\_name</span></span><span className="o"><span className="pre">=</span></span><span className="default_value"><span className="pre">''</span></span></span>, <span className="em sig-param"><span className="n"><span className="pre">options</span></span><span className="o"><span className="pre">=</span></span><span className="default_value"><span className="pre">{"{"}{"}"}</span></span></span><span className="sig-paren">)</span><a href="https://github.com/kineticadb/kinetica-api-python/blob/master/gpudb/gpudb.py#L38694"><span className="viewcode-link"><span className="pre">\[source]</span></span></a></div>

    <div className="dd">
      <p>Shows information and characteristics of graphs that exist on the graph server.</p>
      <p><strong>Parameters</strong></p>

      <div className="blockquote">
        <div>
          <div className="dl">
            <div className="dt">graph\_name (<span className="em">str</span>) –</div>

            <div className="dd">
              <p>Name of the graph on which to retrieve information. If left as the default value, information about all graphs is returned. The default value is ‘’.</p>
            </div>

            <div className="dt">options (<span className="em">dict of str to str</span>) –</div>

            <div className="dd">
              <p>Optional parameters. Allowed keys are:</p>

              <ul>
                <li>
                  <p><strong>show\_original\_request</strong> – If set to <span className="em">true</span>, the request that was originally used to create the graph is also returned as JSON. Allowed values are:</p>

                  <ul className="simple">
                    <li>
                      <p>true</p>
                    </li>

                    <li>
                      <p>false</p>
                    </li>
                  </ul>

                  <p>The default value is ‘true’.</p>
                </li>

                <li>
                  <p><strong>server\_id</strong> – Indicates which graph server(s) to send the request to. Default is to send to get information about all the servers.</p>
                </li>

                <li>
                  <p><strong>export\_graph\_schema</strong> – If true, generates the graph ontology (schema) as a DOT format string in the response info field under the key ‘dot’. Allowed values are:</p>

                  <ul className="simple">
                    <li>
                      <p>true</p>
                    </li>

                    <li>
                      <p>false</p>
                    </li>
                  </ul>

                  <p>The default value is ‘false’.</p>
                </li>
              </ul>

              <p>The default value is an empty dict ( {"{"}{"}"} ).</p>
            </div>
          </div>
        </div>
      </div>

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

      <div className="blockquote">
        <div>
          <p>A dict with the following entries–</p>

          <div className="dl simple">
            <div className="dt">result (<span className="em">bool</span>) –</div>

            <div className="dd">
              <p>Indicates a success. This call will fail if the graph specified in the request does not exist.</p>
            </div>

            <div className="dt">load (<span className="em">list of ints</span>) –</div>

            <div className="dd">
              <p>A percentage approximating the current computational load on the server.</p>
            </div>

            <div className="dt">memory (<span className="em">list of longs</span>) –</div>

            <div className="dd">
              <p>Available memory.</p>
            </div>

            <div className="dt">graph\_names (<span className="em">list of str</span>) –</div>

            <div className="dd">
              <p>Name(s) of the graph(s).</p>
            </div>

            <div className="dt">graph\_server\_ids (<span className="em">list of ints</span>) –</div>

            <div className="dd">
              <p>Id(s) of the graph(s).</p>
            </div>

            <div className="dt">graph\_owner\_user\_names (<span className="em">list of str</span>) –</div>

            <div className="dd">
              <p>Owner of the graph(s) and associated solution table(s).</p>
            </div>

            <div className="dt">graph\_owner\_resource\_groups (<span className="em">list of str</span>) –</div>

            <div className="dd">
              <p>Owner of the resource groups(s) of the graph(s).</p>
            </div>

            <div className="dt">directed (<span className="em">list of bools</span>) –</div>

            <div className="dd">
              <p>Whether or not the edges of the graph have directions (bi-directional edges can still exist in directed graphs). Consult <a className="reference external" href="/content/graph_solver/network_graph_solver/#directed-graphs">Directed Graphs</a> for more details.</p>
            </div>

            <div className="dt">num\_nodes (<span className="em">list of longs</span>) –</div>

            <div className="dd">
              <p>Total number of nodes in the graph.</p>
            </div>

            <div className="dt">num\_edges (<span className="em">list of longs</span>) –</div>

            <div className="dd">
              <p>Total number of edges in the graph.</p>
            </div>

            <div className="dt">num\_bytes (<span className="em">list of longs</span>) –</div>

            <div className="dd">
              <p>Memory this graph uses in bytes.</p>
            </div>

            <div className="dt">resource\_capacity (<span className="em">list of longs</span>) –</div>

            <div className="dd">
              <p>Memory this graph uses in bytes.</p>
            </div>

            <div className="dt">is\_persisted (<span className="em">list of bools</span>) –</div>

            <div className="dd">
              <p>Shows whether or not the graph is persisted (saved and loaded on launch).</p>
            </div>

            <div className="dt">is\_partitioned (<span className="em">list of bools</span>) –</div>

            <div className="dd">
              <p>Indicates if the graph data is distributed across all available servers.</p>
            </div>

            <div className="dt">is\_sync\_db (<span className="em">list of bools</span>) –</div>

            <div className="dd">
              <p>Shows whether or not the graph is linked to the original tables that created it, and will potentially be re-created instead loaded from persist on launch.</p>
            </div>

            <div className="dt">has\_insert\_table\_monitor (<span className="em">list of bools</span>) –</div>

            <div className="dd">
              <p>Shows whether or not the graph has an insert table monitor attached to it.</p>
            </div>

            <div className="dt">original\_request (<span className="em">list of str</span>) –</div>

            <div className="dd">
              <p>The original client request used to create the graph (before any expression evaluation or separator processing).</p>
            </div>

            <div className="dt">info (<span className="em">dict of str to str</span>) –</div>

            <div className="dd">
              <p>Additional information.</p>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
