POST /api/query/v1/execute/{datasetId} HTTP/1.1Host: {instance}.domo.comX-DOMO-Developer-Token: {token}Content-Type: application/json{ "sql": "SELECT * FROM your_table WHERE column = 'value'"}
Executes an SQL query on the specified dataset and returns results
POST
/
api
/
query
/
v1
/
execute
/
{datasetId}
http
Copy
Ask AI
POST /api/query/v1/execute/{datasetId} HTTP/1.1Host: {instance}.domo.comX-DOMO-Developer-Token: {token}Content-Type: application/json{ "sql": "SELECT * FROM your_table WHERE column = 'value'"}