The Data API is not available on the Free plan.
| Available | |
|---|---|
| Nekt Express | Yes |
| GCP | Yes (v2 only) |
| AWS | Yes |
Which version to use
There are two versions of the Data API. Use v2 for all new integrations.| Data API | Data API v2 (Beta) | |
|---|---|---|
| Status | Stable | Beta |
| Application init required | Yes (~2 min startup) | No |
| Pagination | Manual (100 rows/page) | Automatic |
| Output formats | Parquet | Parquet (recommended), CSV |
| AWS | Yes | Yes |
| GCP | No | Yes |
Data API v2 (recommended)
Submit a SQL query and download the results. No initialization or pagination needed.Create an API key
Go to Workspace settings and create an API key.
Submit your query
Send a SQL query to the endpoint, specifying your output format (Standard SQL syntax is supported (filters, joins, WHERE clauses, etc.).
parquet or csv). Parquet is recommended.Data API v1
The original Data API. Requires application initialization and manual pagination. Use v2 for new work.Create an API key
Go to Workspace settings and create an API key.
Initialize the application
Start the Explorer application that processes queries. This takes approximately 2 minutes.
Create and submit your query
Submit a Spark SQL query. Results are paginated at 100 records per page — increment
page_number to retrieve subsequent pages.