Skip to main content
The Tableau node adds Tableau operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Tableau also includes 20 trigger operations (marked in the tables below) that can start a workflow when something happens in Tableau.
You can wire the Tableau node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Tableau under Credentials in the node settings. See Connecting credentials for the general flow. Enter the values manually when creating the credential. Get your credentials here.

Operations

Analytics extensions

OperationIDDescriptionTrigger
Add Analytics Connectionadd_analytics_connectionAdd an analytics extension connection to the site.
Delete Analytics Connectiondelete_analytics_connectionDelete an analytics extension connection from the site.
Delete Analytics Workbook Connectiondelete_analytics_workbook_connectionRemove the current analytics extension connection for a workbook.
Get Analytics Connectionget_analytics_connectionGet analytics extension connection details.
Get Analytics Server Settingsget_analytics_server_settingsGet enabled state of analytics extensions on the server.
Get Analytics Site Settingsget_analytics_site_settingsGet enabled state of analytics extensions on the site.
Get Analytics Workbook Connectionget_analytics_workbook_connectionGet the current analytics extension connection selected for a workbook.
List Analytics Connectionslist_analytics_connectionsList analytics extension connections on the site.
List Analytics Workbook Connectionslist_analytics_workbook_connectionsList analytics extension connections available to a workbook.
Update Analytics Connectionupdate_analytics_connectionUpdate an analytics extension connection of the site.
Update Analytics Server Settingsupdate_analytics_server_settingsEnable or disable analytics extensions on the server.
Update Analytics Site Settingsupdate_analytics_site_settingsUpdate enabled state of analytics extensions on the site.
Update Analytics Workbook Connectionupdate_analytics_workbook_connectionSet the analytics extension connection for a workbook.

Authentication

OperationIDDescriptionTrigger
Get Current Server Sessionget_current_sessionGet details of the current server session (user, site, and auth settings).
List Personal Access Tokenslist_patsList the personal access tokens (PATs) for a user (not available on Tableau Server).
Revoke Personal Access Tokenrevoke_patRevoke a personal access token (PAT) by name for a user (not available on Tableau Server).
Switch Siteswitch_siteSwitch the authenticated session to another site (not available on Tableau Cloud).

Collections

OperationIDDescriptionTrigger
Add Collection Itemsadd_collection_itemsAdd items to a collection.
Batch Update Collectionsbatch_update_collectionsBatch update collections.
Create Collectioncreate_collectionCreate a collection.
Delete Collectiondelete_collectionDelete a single collection by its LUID.
Delete Collectionsdelete_collectionsDelete multiple collections by their LUIDs.
Get Collectionget_collectionGet details of a collection.
Query Collection Itemsquery_collection_itemsList items in a collection.
Query Collectionsquery_collectionsList collections on the site.
Remove Collection Itemsremove_collection_itemsRemove items from a collection.
Reorder Collection Itemsreorder_collection_itemsReorder items in a collection.

Connected app

OperationIDDescriptionTrigger
Create Connected Appcreate_connected_appCreate a connected app (direct trust).
Create Connected App Secretcreate_connected_app_secretCreate a new secret for a connected app (direct trust).
Delete Connected Appdelete_connected_appDelete a connected app (direct trust).
Delete Connected App Secretdelete_connected_app_secretDelete a connected app secret by id.
Delete EASdelete_easDelete a registered external authorization server (EAS).
Get Connected Appget_connected_appGet a connected app (direct trust) by client id.
Get Connected App Secretget_connected_app_secretGet a connected app secret by id.
Get EASget_easGet a registered external authorization server (EAS) by id.
List Connected Appslist_connected_appsList all connected apps (direct trust) on the site.
List EASlist_easList all registered external authorization servers (EAS) on the site.
Register EASregister_easRegister an external authorization server (EAS) for connected apps.
Update Connected Appupdate_connected_appUpdate a connected app (direct trust).
Update EASupdate_easUpdate a registered external authorization server (EAS).

Content exploration

OperationIDDescriptionTrigger
Batch Get Content Usagebatch_get_content_usageGet batch content usage statistics for multiple content items.
Get Content Suggestionsget_content_suggestionsGet content suggestions for a search term.
Get Content Usageget_content_usageGet usage statistics for a single content item.
Search Contentsearch_contentGet content search results across the site.

Custom domain

OperationIDDescriptionTrigger
Create Custom Domain Settingscreate_custom_domain_settingsCreate custom domain settings for the site.
Delete Custom Domain Settingsdelete_custom_domain_settingsDelete custom domain settings for the site.
Get Custom Domain Nameget_custom_domainGet the custom domain name for the site.
Get Custom Domain Settingsget_custom_domain_settingsGet custom domain settings for the site.
Update Custom Domain Settingsupdate_custom_domain_settingsUpdate custom domain settings for the site.

Data sources

OperationIDDescriptionTrigger
Add Data Source Permissionsadd_datasource_permissionsAdd permissions (grantee capabilities) to a data source.
Add Tags to Data Sourceadd_datasource_tagsAdd one or more tags to a data source.
Delete Data Sourcedelete_datasourceDelete a data source from the site.
Delete Data Source Permissiondelete_datasource_permissionDelete a single capability from a user or group on a data source.
Delete Tag from Data Sourcedelete_datasource_tagDelete a tag from a data source.
Download Data Sourcedownload_datasourceDownload a data source (.tdsx/.tds) content.
Download Data Source Revisiondownload_datasource_revisionDownload the content of a specific data source revision.
Get Data Sourceget_datasourceGet details for a single data source.
Get Data Source Revisionsquery_datasource_revisionsList the revisions of a data source.
Query Data Source Connectionsquery_datasource_connectionsList the connections of a data source.
Query Data Source Permissionsquery_datasource_permissionsList the permissions on a data source.
Query Data Sourcesquery_datasourcesList published data sources on the site.
Refresh Data Source Nowrefresh_datasourceTrigger an immediate extract refresh for a data source (returns a job).
Remove Data Source Revisionremove_datasource_revisionRemove a specific revision of a data source.
Retrieve Data Source Keychainretrieve_datasource_keychainRetrieve the encrypted keychain of a data source (for migration to another site).
Update Data in Hyper Connectionupdate_datasource_connection_dataUpdate data in a specific Hyper connection of a data source.
Update Data in Hyper Data Sourceupdate_datasource_dataUpdate data in a published Hyper data source via insert/update/delete/replace actions.
Update Data Sourceupdate_datasourceUpdate a data source’s name, project, owner, or certification.
Update Data Source Connectionupdate_datasource_connectionUpdate the server address, port, or credentials of a data source connection.

Extract and encryption

OperationIDDescriptionTrigger
Create Extract for Data Sourcecreate_datasource_extractCreate an extract for a published data source.
Create Extract for Workbookcreate_workbook_extractCreate extracts for the embedded data sources in a workbook.
Decrypt Extractsdecrypt_extractsDecrypt all extracts on the site.
Delete Extract for Data Sourcedelete_datasource_extractDelete the extract from a published data source.
Delete Extract for Workbookdelete_workbook_extractDelete the extracts of the embedded data sources in a workbook.
Encrypt Extractsencrypt_extractsEncrypt all extracts on the site.
Reencrypt Extractsreencrypt_extractsReencrypt all extracts on the site with new encryption keys.

Favorites

OperationIDDescriptionTrigger
Add Data Source to Favoritesadd_datasource_favoriteAdd a data source to a user’s favorites.
Add Flow to Favoritesadd_flow_favoriteAdd a flow to a user’s favorites.
Add Metric to Favoritesadd_metric_favoriteAdd a metric to a user’s favorites (retired in API 3.22).
Add Project to Favoritesadd_project_favoriteAdd a project to a user’s favorites.
Add View to Favoritesadd_view_favoriteAdd a view to a user’s favorites.
Add Workbook to Favoritesadd_workbook_favoriteAdd a workbook to a user’s favorites.
Delete Data Source from Favoritesdelete_datasource_favoriteDelete a data source from a user’s favorites.
Delete Flow from Favoritesdelete_flow_favoriteDelete a flow from a user’s favorites.
Delete Project from Favoritesdelete_project_favoriteDelete a project from a user’s favorites.
Delete View from Favoritesdelete_view_favoriteDelete a view from a user’s favorites.
Delete Workbook from Favoritesdelete_workbook_favoriteDelete a workbook from a user’s favorites.
Get Favorites for Userget_user_favoritesGet the favorites for a user.
Organize Favoritesorganize_favoritesOrganize/reorder a user’s favorites by moving a favorite after another.

Flow

OperationIDDescriptionTrigger
Add Flow Permissionsadd_flow_permissionsAdd permissions (capabilities) to a flow for users/groups.
Cancel Flow Runcancel_flow_runCancel an in-progress flow run.
Create Cloud Flow Taskcreate_flow_taskCreate a scheduled (Tableau Cloud) flow task.
Delete Flowdelete_flowDelete a flow.
Delete Flow Permissiondelete_flow_permissionDelete a single flow permission (capability) for a grantee.
Download Flowdownload_flowDownload a flow (.tfl / .tflx).
Get Flowget_flowGet a single flow by LUID.
Get Flow Runget_flow_runGet a single flow run by LUID.
Get Flow Run Taskget_flow_run_taskGet a single scheduled flow-run task by LUID.
Get Flow Run Tasksget_flow_run_tasksGet all scheduled flow-run tasks on the site.
Get Flow Runsget_flow_runsGet all flow runs on the site.
Get Linked Taskget_linked_taskGet a single linked task by LUID.
Get Linked Tasksget_linked_tasksGet all linked tasks on the site.
List Flow Permissionslist_flow_permissionsList a flow’s permissions.
Query Flow Connectionsquery_flow_connectionsList a flow’s connections.
Query Flowsquery_flowsQuery all flows on the site.
Query Flows For Userquery_flows_for_userQuery flows owned by / available to a user.
Run Flow Nowrun_flow_nowRun a flow immediately.
Run Flow Task Nowrun_flow_taskRun a scheduled flow-run task immediately.
Run Linked Task Nowrun_linked_task_nowRun a linked task immediately.
Update Flowupdate_flowUpdate a flow’s name, description, or project.
Update Flow Connectionupdate_flow_connectionUpdate a flow connection.

Identity pools

OperationIDDescriptionTrigger
Configure Identity Storeconfigure_identity_storeConfigure (register) an identity store.
Create Authentication Configurationcreate_auth_configurationCreate (register) an authentication configuration.
Create Identity Poolcreate_identity_poolCreate (register) an identity pool.
Delete Authentication Configurationdelete_auth_configurationDelete an authentication configuration.
Delete Identity Pooldelete_identity_poolDelete an identity pool by UUID.
Delete Identity Storedelete_identity_storeDelete an identity store.
Get Identity Poolget_identity_poolGet an identity pool by UUID.
List Authentication Configurationslist_auth_configurationList authentication configurations on the server.
List Identity Poolslist_identity_poolList identity pools on the server.
List Identity Storeslist_identity_storeList identity stores on the server.
Update Authentication Configurationupdate_auth_configurationUpdate an authentication configuration.
Update Identity Poolupdate_identity_poolUpdate an identity pool by UUID.

Jobs tasks schedules

OperationIDDescriptionTrigger
Add Data Source to Scheduleadd_datasource_to_scheduleAdd a data source to a server extract refresh schedule.
Add Workbook to Scheduleadd_workbook_to_scheduleAdd a workbook to a server extract refresh schedule.
Cancel Jobcancel_jobCancel a running or pending background job.
Create Schedulecreate_scheduleCreate a server-level schedule.
Delete Data Acceleration Taskdelete_data_acceleration_taskDelete a data acceleration task.
Delete Scheduledelete_scheduleDelete a server-level schedule.
Get Extract Refresh Taskget_extract_refresh_taskGet information about a single extract refresh task.
Get Jobget_jobGet the status of a background job.
Get Scheduleget_scheduleGet details of a server-level schedule.
Get Schedule Extract Refresh Tasksget_schedule_extract_refresh_tasksList the extract refresh tasks associated with a schedule.
List Data Acceleration Taskslist_data_acceleration_tasksList data acceleration tasks on the site.
List Extract Refresh Taskslist_extract_refresh_tasksList extract refresh tasks on the site.
Query Jobsquery_jobsList background jobs (extract refreshes, subscriptions, flows, etc.).
Query Schedulesquery_schedulesList server-level schedules.
Run Extract Refresh Task Nowrun_extract_refresh_taskRun an extract refresh task immediately (run now).
Update Scheduleupdate_scheduleUpdate a server-level schedule.

Metadata

OperationIDDescriptionTrigger
Add Column Tagsadd_column_tagsAdd one or more tags to a column asset.
Add Data Quality Warningadd_data_quality_warningAdd a data quality warning to a content asset.
Add Database Tagsadd_database_tagsAdd one or more tags to a database asset.
Add Table Tagsadd_table_tagsAdd one or more tags to a table asset.
Add Virtual Connection Tagsadd_virtualconnection_tagsAdd one or more tags to a virtual connection asset.
Batch Add Tagsbatch_add_tagsBatch add tags to a list of content assets.
Batch Delete Data Quality Warningsbatch_delete_data_quality_warningBatch delete data quality warnings on a list of content.
Batch Delete Tagsbatch_delete_tagsBatch delete tags from a list of content assets.
Batch Update Data Quality Warningsbatch_update_data_quality_warningBatch add or update data quality warnings on a list of content.
Create Label Categorycreate_label_categoryCreate a label category on the site.
Create Or Update Label Valuecreate_or_update_label_valueCreate or update a label value on the site.
Delete Columndelete_columnRemove a column asset from the metadata store.
Delete Column Tagdelete_column_tagDelete a tag from a column asset.
Delete Data Quality Warningdelete_data_quality_warningDelete a data quality warning by its LUID.
Delete Data Quality Warning By Contentdelete_data_quality_warning_by_contentDelete the data quality warning(s) on a content asset.
Delete Databasedelete_databaseRemove a database asset from the metadata store.
Delete Database Tagdelete_database_tagDelete a tag from a database asset.
Delete Labeldelete_labelDelete a label by its LUID.
Delete Labelsdelete_labelsDelete labels on a list of content.
Delete Tabledelete_tableRemove a table asset from the metadata store.
Delete Table Tagdelete_table_tagDelete a tag from a table asset.
Get Columnget_columnGet information about a column in a table.
Get Data Quality Warningget_data_quality_warningGet a data quality warning by its LUID.
Get Data Quality Warning By Contentget_data_quality_warning_by_contentGet the data quality warning(s) on a content asset.
Get Databaseget_databaseGet information about a database asset.
Get Labelget_labelGet a label by its LUID.
Get Tableget_tableGet information about a table asset.
Query Columnsquery_columnsQuery columns in a table known to the metadata store.
Query Databasesquery_databasesQuery databases known to the metadata store on the site.
Query Tablesquery_tablesQuery tables known to the metadata store on the site.
Update Columnupdate_columnUpdate the description of a column in a table.
Update Data Quality Warningupdate_data_quality_warningUpdate a data quality warning by its LUID.
Update Databaseupdate_databaseUpdate metadata (description, certification, contact) of a database.
Update Tableupdate_tableUpdate metadata (description, certification, contact) of a table.

Notifications

OperationIDDescriptionTrigger
Add User to Data-Driven Alertadd_data_alert_userAdd a user as a recipient of a data-driven alert.
Create Data-Driven Alertcreate_data_alertCreate a data-driven alert on a view/worksheet.
Delete Data-Driven Alertdelete_data_alertDelete a data-driven alert.
Delete User from Data-Driven Alertdelete_data_alert_userRemove a user as a recipient of a data-driven alert.
Get Data-Driven Alertget_data_alertGet a single data-driven alert.
Get Notification Preferencesget_notification_preferencesGet user notification preferences for the site.
Get Webhookget_webhookGet information about a webhook.
Query Data-Driven Alertsquery_data_alertsList data-driven alerts on the site.
Update Data-Driven Alertupdate_data_alertUpdate a data-driven alert.
Update Notification Preferencesupdate_notification_preferencesUpdate user notification preferences for the site.
Update Webhookupdate_webhookUpdate an existing webhook.

Projects

OperationIDDescriptionTrigger
Create Projectcreate_projectCreate a new project on the site.
Create Project With Samplescreate_project_with_samplesCreate a project and optionally publish Tableau sample content into it.
Delete Projectdelete_projectDelete a project and all of its contents.
Query Projectsquery_projectsList projects (folders) on the site.
Update Projectupdate_projectUpdate a project’s name, description, owner, or permissions.

Publishing

OperationIDDescriptionTrigger
Append to File Uploadappend_file_uploadAppend a chunk to an existing file upload session.
Initiate File Uploadinitiate_file_uploadInitiate a chunked file upload session; returns an uploadSessionId.

Pulse

OperationIDDescriptionTrigger
Batch Create Pulse Subscriptionsbatch_create_pulse_subscriptionsBatch create Pulse subscriptions.
Batch Get Metric Definitionsbatch_get_metric_definitionsBatch get a small number of Pulse metric definitions (GET).
Batch Get Metric Definitions (POST)batch_get_metric_definitions_by_postBatch get many Pulse metric definitions (POST).
Batch Get Metric Follower Countsbatch_get_metric_follower_countsBatch get Pulse metric follower (subscriber) counts.
Batch Get Pulse Metricsbatch_get_pulse_metricsBatch get a small number of Pulse metrics (GET).
Batch Get Pulse Metrics (POST)batch_get_pulse_metrics_by_postBatch get many Pulse metrics (POST).
Batch Get Pulse Subscriptionsbatch_get_pulse_subscriptionsBatch get Pulse subscriptions.
Create Metric Definitioncreate_metric_definitionCreate a Pulse metric definition.
Create Metric Tagcreate_metric_tagCreate a Pulse metric tag for the current user.
Create Pulse Metriccreate_pulse_metricCreate a Pulse metric.
Create Pulse Subscriptioncreate_pulse_subscriptionCreate a Pulse subscription.
Delete Metric Definitiondelete_metric_definitionDelete a Pulse metric definition.
Delete Metric Tagdelete_metric_tagDelete a Pulse metric tag.
Delete Pulse Metricdelete_pulse_metricDelete a Pulse metric.
Delete Pulse Subscriptiondelete_pulse_subscriptionDelete a Pulse subscription.
Generate Insight Briefgenerate_insight_briefGenerate an insight brief.
Generate Insight Bundle (BAN)generate_insight_banGenerate the current-metric-value (BAN) insight bundle.
Generate Insight Bundle (Basic)generate_insight_basicGenerate the basic insight bundle.
Generate Insight Bundle (Breakdown)generate_insight_breakdownGenerate the breakdown insight bundle.
Generate Insight Bundle (Detail)generate_insight_detailGenerate the detail insight bundle.
Generate Insight Bundle (Exploration)generate_insight_explorationGenerate the exploration insight bundle.
Generate Insight Bundle (Springboard)generate_insight_springboardGenerate the springboard insight bundle.
Generate Metric Card Imagegenerate_metric_card_imageGenerate a Pulse metric card image.
Get Measurement Periodsget_measurement_periodsList a Pulse metric definition’s measurement periods.
Get Metric Definitionget_metric_definitionGet a Pulse metric definition.
Get or Create Pulse Metricget_or_create_pulse_metricGet or create a Pulse metric.
Get Pulse Entitlementsget_pulse_entitlementsGet Pulse site entitlements.
Get Pulse Metricget_pulse_metricGet a Pulse metric.
Get Pulse Subscriptionget_pulse_subscriptionGet a Pulse subscription.
Get Pulse User Preferencesget_pulse_user_preferencesList Pulse user preferences for the current user.
Get Recommended Metricsget_recommended_metricsGet recommended Pulse metrics.
List Definition Metricslist_definition_metricsList the metrics belonging to a Pulse metric definition.
List Followed Metrics Groupslist_followed_metrics_groupsList followed Pulse metrics groups for the current user.
List Metric Definitionslist_metric_definitionsList Pulse metric definitions.
List Pulse Alertslist_pulse_alertsList Pulse alerts on the site.
List Pulse Subscriptionslist_pulse_subscriptionsList Pulse subscriptions.
Update Metric Definitionupdate_metric_definitionUpdate a Pulse metric definition.
Update Pulse Metricupdate_pulse_metricUpdate a Pulse metric.
Update Pulse User Preferencesupdate_pulse_user_preferencesUpdate Pulse user preferences for the current user.

Server

OperationIDDescriptionTrigger
Delete Sessiondelete_sessionDelete a server session by its ID.
Get Server Infoget_server_infoGet server info + supported REST API version.
List Active Directory Domainslist_ad_domainsList the Active Directory domains in use on the server.
Update Active Directory Domainupdate_ad_domainUpdate the nickname (short name) of an Active Directory domain.

Sites

OperationIDDescriptionTrigger
Create Sitecreate_siteCreate a new site (server admin only).
Delete Sitedelete_siteDelete the specified site (server admin only).
Get Data Acceleration Report for Siteget_data_acceleration_reportGet the data acceleration report for the site.
Get Embedding Settings for Siteget_site_embedding_settingsGet the embedding settings for the site.
Get Recently Viewed for Siteget_recently_viewedGet the content recently viewed by the signed-in user on the site.
Get User Personal Spaceget_user_personal_spaceGet information about the personal space of the signed-in user on the site.
List Authentication Configurations for Sitelist_site_auth_configurationsList the authentication configurations for the site.
Query Sitequery_siteQuery information about the specified site.
Query Sitesquery_sitesList all sites on the server (server admin only).
Query Views for Sitequery_site_viewsList all views in the site, optionally with usage statistics.
Update Embedding Settings for Siteupdate_site_embedding_settingsUpdate the embedding settings for the site.
Update Siteupdate_siteUpdate settings for the specified site (server admin only).

Subscriptions

OperationIDDescriptionTrigger
Create Subscriptioncreate_subscriptionCreate a subscription to a view or workbook for a user on a schedule.
Delete Subscriptiondelete_subscriptionDelete a subscription.
Get Subscriptionget_subscriptionGet details of a single subscription.
Query Subscriptionsquery_subscriptionsList the subscriptions on the site.
Update Subscriptionupdate_subscriptionUpdate a subscription’s subject, schedule, or delivery options.

Users & groups

OperationIDDescriptionTrigger
Add User to Groupadd_user_to_groupAdd a user to a group.
Add User to Siteadd_userProvision a user on the site with a site role.
Get Users on Siteget_usersList users on the site.
Query Groupsquery_groupsList groups on the site.

Users and groups

OperationIDDescriptionTrigger
Add Group to Group Setadd_group_to_group_setAdd a group to a group set.
Create Groupcreate_groupCreate a local group (or import an Active Directory group).
Create Group Setcreate_group_setCreate a group set.
Delete Groupdelete_groupDelete a group from the site.
Delete Group Setdelete_group_setDelete a group set.
Delete Users from CSVdelete_users_csvDelete users from the site using a CSV payload.
Get Group Setget_group_setGet a single group set by LUID.
Get Groups for a Userget_groups_for_userList the groups a user belongs to.
Get Groups in Group Setget_groups_in_group_setList the groups that belong to a group set.
Get Users in Groupget_users_in_groupList the users that belong to a group.
Import Users from CSVimport_users_csvImport users to the site from a CSV payload.
Query Group Setsquery_group_setsList group sets on the site.
Remove Group from Group Setremove_group_from_group_setRemove a group from a group set.
Remove User from Groupremove_user_from_groupRemove a user from a group.
Remove User from Siteremove_userRemove a user from the site.
Update Groupupdate_groupUpdate a group’s name or import settings.
Update Group Setupdate_group_setUpdate a group set’s properties.
Update Userupdate_userUpdate a user’s full name, email, site role, or auth setting.

Views

OperationIDDescriptionTrigger
Add Tags to Viewadd_view_tagsAdd one or more tags to a view.
Delete Custom Viewdelete_custom_viewDelete a custom view from the site.
Delete Tag from Viewdelete_view_tagDelete a tag from a view.
Delete Viewdelete_viewDelete a view from the site.
Download View Crosstab (Excel)download_view_crosstabDownload a view’s crosstab data as an Excel (.xlsx) file.
Get Custom Viewget_custom_viewGet details of a specific custom view.
Get Custom View Data (CSV)get_custom_view_dataDownload the underlying data (CSV) of a custom view.
Get Custom View Imageget_custom_view_imageDownload an image (PNG) of a custom view.
Get Custom View PDFget_custom_view_pdfDownload a PDF of a custom view.
Get Viewget_viewGet details of a specific view.
Get View by Pathget_view_by_pathGet a view by its URL name via a filter expression.
Get View Recommendationsget_view_recommendationsGet view recommendations for the current user (deprecated in API 3.19).
List Custom Viewslist_custom_viewsList custom views on the site.
Query View Data (CSV)query_view_dataExport the underlying view data as CSV.
Query View Imagequery_view_imageRender a view as a PNG image.
Query View PDFquery_view_pdfRender a view as a PDF document.
Query Viewsquery_viewsList all views on the site.
Update Custom Viewupdate_custom_viewUpdate a custom view’s name or owner.

Virtual connections

OperationIDDescriptionTrigger
Add Virtual Connection Permissionsadd_virtual_connection_permissionsAdd permissions to a virtual connection.
Add Virtual Connection Tagsadd_virtual_connection_tagsAdd tags to a virtual connection.
Delete Virtual Connectiondelete_virtual_connectionDelete a virtual connection.
Delete Virtual Connection Permissiondelete_virtual_connection_permissionDelete a single permission from a virtual connection.
Delete Virtual Connection Tagdelete_virtual_connection_tagDelete a tag from a virtual connection.
Download Virtual Connection Revisiondownload_virtual_connection_revisionDownload a specific revision of a virtual connection.
Get Virtual Connectionget_virtual_connectionGet (download) a virtual connection’s definition.
List Virtual Connection DB Connectionslist_virtual_connection_connectionsList the database connections of a virtual connection.
List Virtual Connection Permissionslist_virtual_connection_permissionsList permissions on a virtual connection.
List Virtual Connection Revisionslist_virtual_connection_revisionsList revisions of a virtual connection.
List Virtual Connectionslist_virtual_connectionsList virtual connections on the site.
Publish Virtual Connectionpublish_virtual_connectionPublish a virtual connection.
Update Virtual Connectionupdate_virtual_connectionUpdate a virtual connection’s metadata.
Update Virtual Connection DB Connectionupdate_virtual_connection_connectionUpdate a database connection of a virtual connection.

Webhooks

OperationIDDescriptionTrigger
Create Webhookcreate_webhookSubscribe an HTTPS URL to a single Tableau trigger event.
Delete Webhookdelete_webhookRemove a webhook subscription.
List Webhookslist_webhooksList configured webhooks on the site.
Test Webhooktest_webhookSend a test POST to validate a webhook.

Workbooks

OperationIDDescriptionTrigger
Add Tags to Workbookadd_workbook_tagsAdd one or more tags to a workbook.
Add Workbook Permissionsadd_workbook_permissionsAdd permissions (grantee capabilities) to a workbook.
Delete Tag from Workbookdelete_workbook_tagDelete a tag from a workbook.
Delete Workbookdelete_workbookDelete a workbook from the site.
Delete Workbook Permissiondelete_workbook_permissionDelete a specific capability granted to a user or group on a workbook.
Download Workbookdownload_workbookDownload a workbook’s content (.twb or .twbx).
Download Workbook PDFdownload_workbook_pdfDownload a PDF of all views in a workbook.
Download Workbook PowerPointdownload_workbook_powerpointDownload a PowerPoint (.pptx) of the views in a workbook.
Download Workbook Revisiondownload_workbook_revisionDownload a specific revision of a workbook’s content.
Get Workbookget_workbookGet details for a single workbook.
Get Workbook Downgrade Infoget_workbook_downgrade_infoGet info on features that would be lost downgrading a workbook to an older version.
Get Workbook Revisionsget_workbook_revisionsList the revision history for a workbook.
Query Views for Workbookquery_views_for_workbookList the views contained in a workbook.
Query Workbook Connectionsquery_workbook_connectionsList the data connections in a workbook.
Query Workbook Permissionsquery_workbook_permissionsList the permissions set on a workbook.
Query Workbooksquery_workbooksList workbooks on the site (supports filter / sort / paging).
Refresh Workbook Nowrefresh_workbookTrigger an immediate extract refresh for a workbook (returns a job).
Remove Workbook Revisionremove_workbook_revisionRemove a specific revision of a workbook.
Retrieve Workbook Keychainretrieve_workbook_keychainRetrieve the encrypted keychain of a workbook (for cross-site/server copy).
Update Workbookupdate_workbookUpdate a workbook’s settings (name, description, project, owner, showTabs).
Update Workbook Connectionupdate_workbook_connectionUpdate the server address, port, or credentials of a workbook connection.

Other

OperationIDDescriptionTrigger
On Admin Demotedon_admin_demotedYes
On Admin Promotedon_admin_promotedYes
On Data Source Createdon_datasource_createdYes
On Data Source Deletedon_datasource_deletedYes
On Data Source Refresh Failedon_datasource_refresh_failedYes
On Data Source Refresh Startedon_datasource_refresh_startedYes
On Data Source Refresh Succeededon_datasource_refresh_succeededYes
On Data Source Updatedon_datasource_updatedYes
On Label Createdon_label_createdYes
On Label Deletedon_label_deletedYes
On Label Updatedon_label_updatedYes
On Site Deletedon_site_deletedYes
On User Deletedon_user_deletedYes
On View Deletedon_view_deletedYes
On Workbook Createdon_workbook_createdYes
On Workbook Deletedon_workbook_deletedYes
On Workbook Refresh Failedon_workbook_refresh_failedYes
On Workbook Refresh Startedon_workbook_refresh_startedYes
On Workbook Refresh Succeededon_workbook_refresh_succeededYes
On Workbook Updatedon_workbook_updatedYes