Skip to main content

Overview

Welcome to the Onehouse API Docs.

The Onehouse API consists of two endpoints:

  1. SQL Command API: Write SQL-style commands to create and manage resources in Onehouse.
  2. Status API: Query the status of your SQL API commands.

Using the APIs

When you run a SQL Command using the SQL Command API, the response will include a Request ID (requestId). You can pass this Request ID to the Status API to get the status and response of the SQL command. This design is specially useful for checking on long-running commands.