# AsyncQueryResponse
## Properties
**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)