List SQL Queries
Arguments
- page_size
Integer, number of results to return for each request.
- page_token
Token used to get the next page of results. If not specified, returns the first page of results as well as a next page token if there are more results.
- host
Databricks workspace URL, defaults to calling
db_host().- token
Databricks workspace token, defaults to calling
db_token().- perform_request
If
TRUE(default) the request is performed, ifFALSEthe httr2 request is returned without being performed.
Details
Gets a list of queries accessible to the user, ordered by creation time. Warning: Calling this API concurrently 10 or more times could result in throttling, service degradation, or a temporary ban.
See also
Other SQL Queries API:
db_query_create(),
db_query_delete(),
db_query_get(),
db_query_update()
