Account Request URL
-Base Endpoint
-
Analytics API
Retrieve analytics data for a query execution.
/v1/queries/{queryId}/analytics
queryId, session_id, group_by, max_results, min_results
Catalog API
List schemas and tables in a database.
/v1/schemas/{schema-id}/tables
schema-id, table_name
Database API
Get the metadata of a database.
/v1/databases/{database-id}
database-id
Database API
Create a new database.
/v1/databases
name, description, retention_period, engine_version, location
Database API
Update the properties of a database.
/v1/databases/{database-id}
database-id, name, description, retention_period, engine_version, location
Engine API
Get the metadata of an engine version.
/v1/engines/{engine-id}
engine-id
Engine API
List engine versions available in a region.
/v1/regions/{region-id}/engines
region-id
Query API
Get the execution status of a query.
/v1/queries/{queryId}
queryId
Query API
Get the results of a query.
/v1/queries/{queryId}/results
queryId
Query API
Execute a query.
/v1/queries
workspace_id, database_id, query, requested_retries, cache_ttl, query_tag, client_session_id, group_by, limit, workload_management_policy, statement_id
Query API
Cancel a running query.
/v1/queries/{queryId}
queryId
Saved Query API
Get a saved query.
/v1/saved_queries/{saved-query-id}
saved-query-id
Saved Query API
Delete a saved query.
/v1/saved_queries/{saved-query-id}
saved-query-id
Saved Query API
Create a saved query.
/v1/saved_queries
workspace_id, database_id, query, name, description
Saved Query API
Update a saved query.
/v1/saved_queries/{saved-query-id}
saved-query-id, name, description, query
Schema API
Get the metadata of a schema.
/v1/schemas/{schema-id}
schema-id
Schema API
Create a new schema.
/v1/schemas
name, description
Schema API
Update the properties of a schema.
/v1/schemas/{schema-id}
schema-id, name, description
Session API
Create a new session.
/v1/sessions
statement_id, group_by, limit, workload_management_policy, session_parameters, constants
Session API
Close and cleanup a session.
/v1/sessions/{session-id}
session-id
Statement API
Get the metadata of a statement.
/v1/statements/{statement-id}
statement-id
Statement API
Create a new statement.
/v1/statements
query, group_by, limit, workload_management_policy, session_parameters, constants, statement_parameters, database_id
Table API
Get the metadata of a table.
/v1/schemas/{schema-id}/tables/{table-id}
schema-id, table-id
Table API
Upsert data in a table.
/v1/schemas/{schema-id}/tables/{table-id}/data
schema-id, table-id, commit_mode, fields, rows
Table API
Delete data in a table.
/v1/schemas/{schema-id}/tables/{table-id}/data
schema-id, table-id, partition_column, partition_values
Table API
Create or update the schema of a table.
/v1/schemas/{schema-id}/tables/{table-id}/schema
schema-id, table-id, columns, primary_key
View API
Get the metadata of a view.
/v1/schemas/{schema-id}/views/{view-id}
schema-id, view-id
View API
Create a new view.
/v1/schemas/{schema-id}/views
schema-id, name, definition
View API
Update the definition of a view.
/v1/schemas/{schema-id}/views/{view-id}
schema-id, view-id, definition
Warehouse API
Get the metadata of a warehouse.
/v1/warehouses/{warehouse-id}
warehouse-id
Warehouse API
Create a new warehouse.
/v1/warehouses
name, description, location, initial_cluster_count, scale_factor, max_cluster_count, min_cluster_count, cluster_compute_type, cluster_disk_type, cluster_storage_size
Warehouse API
Update the properties of a warehouse.
/v1/warehouses/{warehouse-id}
warehouse-id, name, description, cluster_compute_type, cluster_disk_type, cluster_storage_size
Provider
Country HQ
API Type
Categories
Alternatives
Important URLs
Last Updated on
Created At
Upskill for a better future
Want to start tracking API at scale?
Get updates about your favorite APIs and SDKs
We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.