Fetch a paginated list of dashboard objects.
Usage
list_dashboards(client, order = NULL, page = NULL, page_size = NULL, q = NULL)
dashboardsList(client, order = NULL, page = NULL, page_size = NULL, q = NULL)
Arguments
- client
Required. Instance of DatabricksClient()
- order
Name of dashboard attribute to order by.
- page
Page number to retrieve.
- page_size
Number of dashboards to return per page.
- q
Full text search term.
Value
data.frame
with all of the response pages.
Details
**Warning: Calling this API concurrently 10 or more times could result in
throttling, service degradation, or a temporary ban.**