Gets the status of an object or a directory.
Arguments
- path
Absolute path of the notebook or directory.
- 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, ifFALSE
the httr2 request is returned without being performed.
See also
Other Workspace API:
db_workspace_delete()
,
db_workspace_export()
,
db_workspace_import()
,
db_workspace_list()
,
db_workspace_mkdirs()