I need to retrieve the event logs of deleted All Purpose clusters of a certain workspace.
databricks list API ({workspace_url}/api/2.0/clusters/list) provides me with the list of all active/terminated clusters but not the clusters that are deleted.
I tried using /api/2.0/accounts/{account_id}/usage/download, with the root account details, and i am able to fetch that.
I need a way where we don't use the root account details to fetch the cluster IDs of the deleted clusters. Pls help