@Generated public interface QueryHistoryService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
ListQueriesResponse |
list(ListQueryHistoryRequest listQueryHistoryRequest)
List Queries.
|
ListQueriesResponse list(ListQueryHistoryRequest listQueryHistoryRequest)
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.
Copyright © 2025. All rights reserved.