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

# showGraph

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

  <h2 className="memtitle"><span className="permalink"><a href="#a58f4cd71a9f4d877d262fbf790d31a3c">◆ </a></span>showGraph() <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_1ShowGraphResponse">ShowGraphResponse</a> kinetica.Kinetica.showGraph </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1ShowGraphRequest">ShowGraphRequest</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 information and characteristics of graphs that exist on the graph server. </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#L60179">60179</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="a4acc5aa762d7052f8319fc87f702f08e" />

  <h2 className="memtitle"><span className="permalink"><a href="#a4acc5aa762d7052f8319fc87f702f08e">◆ </a></span>showGraph() <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_1ShowGraphResponse">ShowGraphResponse</a> kinetica.Kinetica.showGraph </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">graph\_name</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 information and characteristics of graphs that exist on the graph server. </p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">graph\_name</td>
              <td>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 ''.</td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#afa9c9a04c469cd835250cdb1ba67c5a8">SHOW\_ORIGINAL\_REQUEST</a>: If set to <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a8f07474f7bb847f5085251cb9fdbb9e6">TRUE</a>, the request that was originally used to create the graph is also returned as JSON. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a8f07474f7bb847f5085251cb9fdbb9e6">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a615bf3756cafd9109ddaeb187b145f6b">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a8f07474f7bb847f5085251cb9fdbb9e6">TRUE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a9feb12a28a6e792f6f06bc189f0d25f4">SERVER\_ID</a>: Indicates which graph server(s) to send the request to. Default is to send to get information about all the servers. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a4fc85691b884598ac32b8dc973ef8203">EXPORT\_GRAPH\_SCHEMA</a>: If true, generates the graph ontology (schema) as a DOT format string in the response info field under the key 'dot'. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a8f07474f7bb847f5085251cb9fdbb9e6">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a615bf3756cafd9109ddaeb187b145f6b">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a615bf3756cafd9109ddaeb187b145f6b">FALSE</a>.
                  </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#L60269">60269</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="a2327375cd109a2e91d6d400c001069f7" />

  <h2 className="memtitle"><span className="permalink"><a href="#a2327375cd109a2e91d6d400c001069f7">◆ </a></span>ShowGraphAsync() <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_1ShowGraphResponse">ShowGraphResponse</a> > kinetica.Kinetica.ShowGraphAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1ShowGraphRequest">ShowGraphRequest</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 information and characteristics of graphs that exist on the graph server. </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#L60195">60195</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="afd6043df6de22e4cf22553d3980beede" />

  <h2 className="memtitle"><span className="permalink"><a href="#afd6043df6de22e4cf22553d3980beede">◆ </a></span>ShowGraphAsync() <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_1ShowGraphResponse">ShowGraphResponse</a> > kinetica.Kinetica.ShowGraphAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">graph\_name</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 information and characteristics of graphs that exist on the graph server. </p>
      <p>(async)</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">graph\_name</td>
              <td>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 ''.</td>
            </tr>

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

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#afa9c9a04c469cd835250cdb1ba67c5a8">SHOW\_ORIGINAL\_REQUEST</a>: If set to <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a8f07474f7bb847f5085251cb9fdbb9e6">TRUE</a>, the request that was originally used to create the graph is also returned as JSON. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a8f07474f7bb847f5085251cb9fdbb9e6">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a615bf3756cafd9109ddaeb187b145f6b">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a8f07474f7bb847f5085251cb9fdbb9e6">TRUE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a9feb12a28a6e792f6f06bc189f0d25f4">SERVER\_ID</a>: Indicates which graph server(s) to send the request to. Default is to send to get information about all the servers. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a4fc85691b884598ac32b8dc973ef8203">EXPORT\_GRAPH\_SCHEMA</a>: If true, generates the graph ontology (schema) as a DOT format string in the response info field under the key 'dot'. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a8f07474f7bb847f5085251cb9fdbb9e6">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a615bf3756cafd9109ddaeb187b145f6b">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1ShowGraphRequest_1_1Options#a615bf3756cafd9109ddaeb187b145f6b">FALSE</a>.
                  </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#L60343">60343</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>
