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
| Function | Used in | Description |
|---|---|---|
| c3CloseTabs | Browser | Close tabs that match the specified command or tab title |
| c3CSV | Both | Download a Comma-Separated Values file from the specified instance |
| c3DL | Both | Download the specified instance |
| c3Doc | Browser | Open the documentation micro-site with a search query |
| c3Explore | Both | Open a dialog to examine the specified data |
| c3Grid | Both | Build a grid view of the specified data |
| c3Help | Browser | View this page |
| c3Make | Browser | Construct an instance of a specified value type |
| c3Matrix | Browser | Return a JavaScript object that contains a 2D representation of the specified data |
| c3MonitorJob | Browser | Start monitoring the specified job, reporting status periodically |
| c3MonitorQueues | Browser | Start monitoring all queues, reporting status periodically |
| c3Notebook | Browser | Open a server JavaScript execution environment |
| c3QClear | Browser | Clear the entries in the specified queue |
| c3QErrorsClear | Browser | Clear the error entries in the specified queue |
| c3QErrs | Browser | Display the errors in the specified queue or all queues |
| c3QReport | Browser | Produce a table listing the status of the specified queue |
| c3Refresh | Browser | Triggers a refresh in any tabs that support it (grid of fetch, evaluate, etc) |
| c3ShowFunc | Both | Show documentation for the specified type and method/field |
| c3ShowType | Both | Show documentation for the specified type |
| c3StopMonitorJob | Browser | Stop monitoring a job (started with c3MonitorJob) |
| c3StopMonitorQueues | Browser | Stop monitoring queue status (started with c3MonitorQueues) |
| c3Table | Browser | Print a grid view of the specified data to the dev tools |
| c3Time | Both | Run the specified function and report the time it took |
| c3Tree | Both | Build a tree view of the specified data |
| c3Viz | Both | Build a customized view of the specified data, depending on its type |