Skip to main content

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:2021
  • order_by (TEXT, Optional): e.g. hitsTotal:asc or hitsSmallSpanTotal:desc
  • limit (NUMBER, Optional): Items per page (default 10)
  • page (NUMBER, Optional): Page number to return
Output: Returns the operation result

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.name
  • filter (TEXT, Optional): filter= expression, e.g. ownerId:eq:…
  • sort (TEXT, Optional): sort= expression, e.g. createdAt:desc
Output: Returns the operation result

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 view
  • viewId (TEXT, Required): The unique identifier of the view to extract data from
  • filters (TEXT, Optional): URL parameters to filter the view data, e.g. ‘vf_customer=Fraport&vf_date_range=last_30_days’
Output: Returns the operation result

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
Output: Returns the operation result

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 view
  • maxAge (NUMBER, Optional): Cache maxAge for data on server
  • filters (TEXT, Optional): URL parameters to filter the view data, e.g. vf_customer=Fraport
Output: Returns the operation result

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
Output: Returns the operation result

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
Output: Returns the operation result