@Generated public class QueryHistoryAPI extends Object
| Constructor and Description |
|---|
QueryHistoryAPI(ApiClient apiClient)
Regular-use constructor
|
QueryHistoryAPI(QueryHistoryService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
QueryHistoryService |
impl() |
ListQueriesResponse |
list(ListQueryHistoryRequest request)
List Queries.
|
public QueryHistoryAPI(ApiClient apiClient)
public QueryHistoryAPI(QueryHistoryService mock)
public ListQueriesResponse list(ListQueryHistoryRequest request)
List the history of queries through SQL warehouses, and serverless compute.
You can filter by user ID, warehouse ID, status, and time range. Most recently started queries are returned first (up to max_results in request). The pagination token returned in response can be used to list subsequent query statuses.
public QueryHistoryService impl()
Copyright © 2025. All rights reserved.