hotdata 0.1.2

Powerful data platform API for datasets, queries, and analytics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# AsyncQueryResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**query_run_id** | **String** | Unique identifier for the query run. | 
**reason** | Option<**String**> | Human-readable reason why the query went async (e.g., caching tables for the first time). | [optional]
**status** | **String** | Current status of the query run. | 
**status_url** | **String** | URL to poll for query run status. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)