Skip to main content

Method 1 - Using the SQL Endpoint


This method allows you to use traditional SQL to query. This method currently only returns an “array-of-arrays” (see output formats below):
To use a column name with spaces in your query, wrap the column name with back-ticks, for example:

Method 2 - Using the Data Endpoint


This is the traditional method for getting data out of Domo:
Here are some references and examples to get you started:

Output Formats

The default data endpoint output format may not always be the format you need. Supported formats are:
  • array-of-objects (default)
  • array-of-arrays
  • excel
  • csv
You can specify the format like this: