C3 AI Documentation Home

C3 AI Console Functions Reference

List of functions available in C3 AI Console. The Used in column shows the following values:

  • Browser: Run this function in the browser console
  • Both: Run this function either in the browser console or a C3 AI Console notebook
FunctionUsed inDescription
c3CloseTabsBrowserClose tabs that match the specified command or tab title
c3CSVBothDownload a Comma-Separated Values file from the specified instance
c3DLBothDownload the specified instance
c3DocBrowserOpen the documentation micro-site with a search query
c3ExploreBothOpen a dialog to examine the specified data
c3GridBothBuild a grid view of the specified data
c3HelpBrowserView this page
c3MakeBrowserConstruct an instance of a specified value type
c3MatrixBrowserReturn a JavaScript object that contains a 2D representation of the specified data
c3MonitorJobBrowserStart monitoring the specified job, reporting status periodically
c3MonitorQueuesBrowserStart monitoring all queues, reporting status periodically
c3NotebookBrowserOpen a server JavaScript execution environment
c3QClearBrowserClear the entries in the specified queue
c3QErrorsClearBrowserClear the error entries in the specified queue
c3QErrsBrowserDisplay the errors in the specified queue or all queues
c3QReportBrowserProduce a table listing the status of the specified queue
c3RefreshBrowserTriggers a refresh in any tabs that support it (grid of fetch, evaluate, etc)
c3ShowFuncBothShow documentation for the specified type and method/field
c3ShowTypeBothShow documentation for the specified type
c3StopMonitorJobBrowserStop monitoring a job (started with c3MonitorJob)
c3StopMonitorQueuesBrowserStop monitoring queue status (started with c3MonitorQueues)
c3TableBrowserPrint a grid view of the specified data to the dev tools
c3TimeBothRun the specified function and report the time it took
c3TreeBothBuild a tree view of the specified data
c3VizBothBuild a customized view of the specified data, depending on its type

See also

Was this page helpful?