Overview
Business intelligence and data visualization platform for analytics. Through Langdock’s integration, you can access and manage Tableau directly from your conversations.Authentication: API Key
Category: Data & Analytics
Availability: All workspace plans
Available Actions
Search content
tableau.search_content
Searches across content types with terms, filter, order_by, limit, page
Requires Confirmation: No
Parameters:
terms(TEXT, Optional): Search expression, e.g. productID or “sales pipeline”filter(TEXT, Optional): filter= expression, e.g. type:eq:workbook or modifiedTime:gte:2021order_by(TEXT, Optional): e.g. hitsTotal:asc or hitsSmallSpanTotal:desclimit(NUMBER, Optional): Items per page (default 10)page(NUMBER, Optional): Page number to return
List custom views
tableau.list_custom_views
Gets all custom views on the site (supports fields, sort, filter).
Requires Confirmation: No
Parameters:
pageSize(NUMBER, Optional): Items per page (1-1000)fields(TEXT, Optional): fields= expression, e.g. default,owner.namefilter(TEXT, Optional): filter= expression, e.g. ownerId:eq:…sort(TEXT, Optional): sort= expression, e.g. createdAt:desc
Query view data
tableau.query_view_data
Extracts data from a specific Tableau view in CSV format
Requires Confirmation: No
Parameters:
workbookId(TEXT, Required): The unique identifier of the workbook containing the viewviewId(TEXT, Required): The unique identifier of the view to extract data fromfilters(TEXT, Optional): URL parameters to filter the view data, e.g. ‘vf_customer=Fraport&vf_date_range=last_30_days’
Get custom view
tableau.get_custom_view
Gets details of a specific custom view
Requires Confirmation: No
Parameters:
customViewId(TEXT, Required): The id of the custom view
Get custom view data
tableau.get_custom_view_data
Returns data of a custom view as columns/rows and raw CSV
Requires Confirmation: No
Parameters:
customViewId(TEXT, Required): The id of the custom viewmaxAge(NUMBER, Optional): Cache maxAge for data on serverfilters(TEXT, Optional): URL parameters to filter the view data, e.g. vf_customer=Fraport
Get view by path
tableau.get_view_by_path
Gets details of views with a given viewUrlName
Requires Confirmation: No
Parameters:
viewUrlName(TEXT, Required): The viewUrlName part of the view path
List workbooks
tableau.list_workbooks
Gets all workbooks available in the site
Requires Confirmation: No
Parameters: None
Output: Returns the operation result
List views for workbook
tableau.list_views_for_workbook
Gets all views within a specific workbook
Requires Confirmation: No
Parameters:
workbookId(TEXT, Required): The unique identifier of the workbook to get views from