Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2022 09:22 PM
I have setup authentication using this page https://docs.databricks.com/sql/api/authentication.html
and run
curl -n -X GET https://<databricks-instance>.cloud.databricks.com/api/2.0/sql/history/queriesTo get history of all sql endpoint queries, but I want to get all queries for a particular day - say Jan 1st, 2021.
How do I do this? I don't see any examples in the documentation about this
Labels:
- Labels:
-
Azure
-
Databricks rest api
-
SQL Endpoint