Activity Log Event Type Reference

The following tables describe the Activity Log event types and attributes.

Event type details

The following content describes each event type in Activity Log. Use the alphabetically sorted list of event types on the right, or ctrl/cmd-f to go directly to keywords you have in mind.

Common attributes

The following table contains common attributes for all Activity Log events. For event-specific attributes, review the individual event tables.

Attribute Name Type Description
actorUserId integer ID of the user who performed the action that initiated the event
actorUserLuid string LUID of the user who performed the action that initiated the event
eventTime string Timestamp when the event occurred
initiatingUserId integer ID of the initiating user. For impersonation, it's the ID of the administrative user who initiated impersonation. For standard login, the value is the same as userId.
initiatingUserLuid string LUID of the initiating user. For impersonation, it's the LUID of the administrative user who initiated impersonation. For standard login, the value is the same as userLuid.
licensingRoleName string Name of the user's licensing role when the event occurred
siteLuid string LUID of the Tableau site where the event occurred
siteRoleId integer The user's site role ID. The value 0 = SiteAdministrator, 1 = SupportUser, 2 = Publisher, 3 = Interactor, 4 = ViewerWithPublish, 5 = Viewer, 6 = UnlicensedWithPublish, 7 = Guest, 8 = Unlicensed, and 9 = BasicUser.
systemAdminLevel integer Indicates if the user is a system administrator. The value 10 = System Admin and 0 = Not a system admin.

add_delete_group_to_group_set

The add_delete_group_to_group_set event is logged when a group is added or deleted from a group set.

Attribute Name Type Description
groupId integer The ID of the group
groupLuid string The LUID of the group
groupSetId integer The ID of the group set
groupSetLuid string The LUID of the group set
groupSetOperation string Group Set operation, either add or delete user to a group set
isError boolean Indicates if the audit scenario was completed successfully or failed with an error

add_delete_user_to_group

The add_delete_user_to_group event is logged when a user is added or removed from a group.

Attribute Name Type Description
groupId integer The ID of the group
groupLuid string The LUID of the group
groupOperation string Group operation, either add or delete user to a group
isError boolean Indicates if the audit scenario was completed successfully or failed with an error
userId integer The ID of the user
userLuid string The LUID of the user

content_owner_change

The content_owner_change event is logged when the content owner changes.

Attribute Name Type Description
contentId integer The ID of the content that had the owner changed
contentLuid string LUID of the content that had the owner changed
contentName string Name of the content that had the owner changed
contentType string The type of content, such as data source, workbook, or view
isError boolean Indicates if the audit scenario was completed successfully or failed with an error
newOwnerId integer The ID of the new content owner
newOwnerLuid string The LUID of the new content owner
oldOwnerId integer The ID of the old content owner
oldOwnerLuid string The LUID of the old content owner

create_delete_group

The create_delete_group event is logged when a group is created or deleted.

Attribute Name Type Description
groupDomain string The domain of the group, such as local
groupId integer The ID of the group
groupLuid string The The LUID of the group
groupName string The name of the group that had its permissions changed
groupOperation string Group operation, either create or delete
isError boolean Indicates if the audit scenario was completed successfully or failed with an error

create_delete_group_set

The create_delete_group_set event is logged when a group set is created or deleted.

Attribute Name Type Description
groupSetId integer The ID of the group set
groupSetLuid string The LUID of the group set
groupSetName string The name of the group set that is created or deleted
groupSetOperation string Group Set operation, either create or delete
isError boolean Indicates if the audit scenario was completed successfully or failed with an error

create_permissions

The create_permissions event is logged when a new explicit permission rule is created.

Attribute Name Type Description
authorizableType string The type of content that had its permissions changed, such as a project or workbook
capabilityId integer The ID of the capability. A capability is the ability to perform actions on content, such as view, filter, download, or delete
capabilityValue string Description of the capability
contentId integer The ID of the content that had the permissions updated
contentLuid string The LUID of the content item
contentName string The name of the content that had the permissions updated
granteeId integer The ID of the grantee
granteeLuid string The LUID of the grantee
granteeType string The type of grantee, either user or group
granteeValue string The updated permissions value, such as 'user allow' or 'group allow'
isError boolean Indicates if the audit scenario was completed successfully or failed with an error

delete_all_permissions

The delete_all_permissions event is logged when all explicit permission rules for content are deleted, typically when content is deleted.

Attribute Name Type Description
authorizableType string The type of content that had its permissions changed, such as a project or workbook
contentId integer The ID of the content that had the permissions updated
contentLuid string The LUID of the content
contentName string The name of the content that had the permissions updated
isError boolean Indicates if the audit scenario was completed successfully or failed with an error

delete_permissions

The delete_permissions event is logged when an explicit permission rule is deleted on content.

Attribute Name Type Description
authorizableType string The type of content that had its permissions changed, such as a project or workbook
capabilityId integer The ID of the capability. A capability is the ability to perform actions on content, such as view, filter, download, or delete
capabilityValue string Description of the capability
contentId integer The ID of the content that had the permissions updated
contentLuid string The LUID of the content
contentName string The name of the content that had the permissions updated
granteeId integer The ID of the grantee
granteeLuid string The LUID of the grantee
granteeType string The type of grantee, either user or group
granteeValue string The updated permissions value, such as 'user allow' or 'group allow'
isError boolean Indicates if the audit scenario was completed successfully or failed with an error

delete_permissions_grantee

The delete_permissions_grantee event is logged when all explicit permission rules for a user are deleted, typically when the user is deleted.

Attribute Name Type Description
granteeId integer The ID of the grantee
granteeLuid string The LUID of the grantee
granteeType string The type of grantee, either user or group
isError boolean Indicates if the audit scenario was completed successfully or failed with an error

display_sheet_tabs

The display_sheet_tabs event is logged when the "Tabbed Views" value is updated on a workbook.

Attribute Name Type Description
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
isError boolean Indicates if the audit scenario was completed successfully or failed with an error
workbookId integer The ID of the workbook

hist_access_authoring_view

The hist_access_authoring_view event is logged when a user authors view.

Attribute Name Type Description
caption string The descriptive phrase constructed for the worksheet based on the workbook definition
description string Description of the view
fields string A list of fields extracted from the workbook .twb file
firstPublishedAt string Timestamp of when the view was first published. The value won't change when republishing the workbook containing the view.
index integer Each view has an index that is unique among views belonging to that workbook
name string Name of the view
ownerLuid string User LUID of the view owner
ownerName string Name of the view owner
repositoryUrl string Uniquely identifies a view and is used when referencing the view in a URL. The value is derived from the ASCII characters in the view name.
revision string The revision number of the view. Starts with 1.0 and increments by 0.1 each time a new version is published.
sheetId string The ID of the worksheet
sheetType string The type of worksheet. Either a story, dashboard, or view.
siteName string Name of the Tableau site
title string The worksheet title from the workbook .twb file
viewLuid string The LUID of the view
workbookLuid string The LUID of the workbook containing the view
workbookName string Name of the workbook containing the view

hist_access_datasource

The hist_access_datasource event is logged when a user accesses a data source.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_access_datasource_remotely

The hist_access_datasource_remotely event is logged when a user accesses a data source from Tableau Bridge.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_access_metric

The hist_access_metric event is logged when users interact with metrics on the site.

Attribute Name Type Description
customizedViewLuid string Unique ID of the custom view from which the metric queries its data
description string Description of the metric
metricLuid string Unique ID of the metric
name string Name of the metric
projectLuid string Unique ID of the project that contains the metric
projectName string Name of the project that contains the metric
siteName string Name of the Tableau site
suspendState integer State of the metric. The value 0 = Not suspended, 1 = Auto-suspended, and 3 = Manually suspended.
viewLuid string Unique ID of the view from which the metric queries its data

hist_access_summary_data

The hist_access_summary_data event is logged when users access the Summary Data window.

Attribute Name Type Description
contentVersion integer The version of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string

Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC

extractsRefreshedAt string Timestamp when the last extract refresh occurred
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string

Unique ID of the project that contains the workbook. Used as a foreign key.

projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string

The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.

sheetName string Name of the sheet for which data was accessed
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views that are associated with the workbook
workbookLuid string Unique ID of the workbook

hist_access_underlying_data

The hist_access_underlying_data event is logged when users access the Underlying Data window.

Attribute Name Type Description
contentVersion integer The version of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if this workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string

Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC

extractsRefreshedAt string Timestamp when the last extract refresh occurred
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string

Unique ID of the project that contains the workbook. Used as a foreign key.

projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string

The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.

sheetName string Name of the sheet for which data was accessed
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views that are associated with the workbook
workbookLuid string Unique ID of the workbook

hist_access_view

The hist_access_view event is logged when users access a view.

Attribute Name Type Description
actorExternalId string The external ID for the acting user. This is an opaque identifier dependent on the actor type, but could, for example, be a user email. Can also show the identifier of a user accessing content through on-demand access.
caption string The descriptive phrase constructed for the worksheet based on the workbook definition
description string Description of the view
fields string A list of fields extracted from the workbook .twb file
firstPublishedAt string Timestamp of when the view was first published. The value won't change when republishing the workbook containing the view.
index integer Each view has an index that is unique among views belonging to that workbook
name string Name of the view
ownerLuid string User LUID of the view owner
ownerName string Name of the view owner
repositoryUrl string Uniquely identifies a view and is used when referencing the view in a URL. The value is derived from the ASCII characters in the view name.
revision string The revision number of the view. Starts with 1.0 and increments by 0.1 each time a new version is published.
sheetId string The ID of the worksheet
sheetType string The type of worksheet. Either a story, dashboard, or view.
siteName string Name of the Tableau site
title string The worksheet title from the workbook .twb file
viewLuid string The LUID of the view
workbookLuid string The LUID of the workbook containing the view
workbookName string Name of the workbook containing the view

hist_activate_site

The hist_activate_site event is logged when a Tableau site is activated.

Attribute Name Type Description
name string Name of the Tableau site
siteEventLuid string Unique ID of the site affected by the event
siteName string Name of the Tableau site
urlNamespace string Used in the construction of URLs that target the site

hist_add_user_to_group

The hist_add_user_to_group event is logged when a user is added to a group.

Attribute Name Type Description
groupLuid string Unique ID of the group
name string Name of the group
siteName string Name of the site
userLuid string LUID of the user added to the group
userName string Name of the user added to the group

hist_append_to_datasource_extract

The hist_append_to_datasource_extract event is logged when data is added to a data extract.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
details string A message string
isCertified boolean Indicates whether the data source is certified
isFailure boolean Indicates whether the action failed or not
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
taskLuid string LUID of the associated task
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_bulk_delete_columns

The hist_bulk_delete_columns event is logged when columns are deleted from a data source.

Attribute Name Type Description
columnLuid string Unique ID of the column
description string Description of the published column
name string Name of the published column
ownerLuid string User LUID of the column owner
ownerName string The name of the column owner
projectLuid string

LUID of the project that contains the column

projectName string Name of the project that contains the column
siteName string Name of the Tableau site

hist_change_collection_ownership

The hist_change_collection_ownership event is logged when the collection owner is changed.

Attribute Name Type Description
collectionLuid string Unique ID of the collection
description string Description of the collection
name string Name of the collection
newOwnerLuid string The LUID of the new collection owner
newOwnerName string The name of the new collection owner
oldOwnerLuid string The LUID of the previous collection owner
oldOwnerName string The name of previous collection owner
ownerLuid string User LUID of the collection owner
ownerName string Name of the collection owner
siteName string Name of the Tableau site

hist_change_data_role_ownership

The hist_change_data_role_ownership event is logged when data role ownership is changed.

Attribute Name Type Description
dataRoleLuid string Unique ID of the data role
description string Description of the data role
name string Name of the data role
newOwnerLuid string The LUID of the new data role owner
newOwnerName string Name of the new data role owner
oldOwnerLuid string The LUID of the previous data role owner
oldOwnerName string Name of the previous data role owner
ownerLuid string User LUID of the data role owner
ownerName string Name of the data role owner
projectLuid string LUID of the project that contains the data role
projectName string Name of the project that contains the data role
siteName string Name of the Tableau site

hist_change_database_contact

The hist_change_database_contact event is logged when changing the database contact.

Attribute Name Type Description
databaseLuid string Unique ID of the database
description string Description of the database
name string Name of the database
newContactLuid string LUID of the new contact
newContactName string Name of the new contact
oldContactLuid string LUID of the previous contact
oldContactName string Name of the previous contact
ownerLuid string User LUID of the database owner
ownerName string Name of the database owner
projectLuid string LUID of the project that contains the database
projectName string Name of the project that contains the database
siteName string Name of the Tableau site

hist_change_datasource_ownership

The hist_change_datasource_ownership event is logged when changing the data source owner.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
newOwnerLuid string LUID of the new data source owner
newOwnerName string Name of the new data source owner
oldOwnerLuid string LUID of the previous data source owner
oldOwnerName string Name of the previous data source owner
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_change_flow_ownership

The hist_change_flow_ownership event is logged when changing the flow owner.

Attribute Name Type Description
contentVersion string The version of the flow file. Increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
name string Name of the flow
newOwnerLuid string LUID of the new flow owner
newOwnerName string Name of the new flow owner
oldOwnerLuid string LUID of the previous flow owner
oldOwnerName string Name of previous flow owner
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_change_metric_ownership

The hist_change_metric_ownership event is logged when changing the metric owner.

Attribute Name Type Description
customizedViewLuid string Unique ID of the custom view from which the metric queries its data
description string Description of the metric
metricLuid string Unique ID of the metric
name string Name of the metric
newOwnerLuid string LUID of the new metric owner
newOwnerName string Name of the new metric owner
oldOwnerLuid string LUID of the previous metric owner
oldOwnerName string Name of the previous metric owner
projectLuid string Unique ID of the project that contains the metric
projectName string Name of the project that contains the metric
siteName string Name of the Tableau site
suspendState integer State of the metric. The value 0 = Not suspended, 1 = Auto-suspended, and 3 = Manually suspended.
viewLuid string Unique ID of the view from which the metric queries its data

hist_change_project_ownership

The hist_change_project_ownership event is logged when project ownership is changed.

Attribute Name Type Description
description string Description of the project
name string Name of the project
newOwnerLuid string LUID of the new project owner
newOwnerName string Name of the new project owner
oldOwnerLuid string LUID of the previous project owner
oldOwnerName string Name of the previous project owner
ownerLuid string LUID of the project owner
ownerName string Name of the project owner
parentProjectLuid string LUID of the parent project. The value is Null for top-level projects.
projectLuid string Unique ID of the project
siteName string Name of the Tableau site
state string State of the project. The default value is active. Any other value indicates the project is inactive.

hist_change_published_connection_ownership

The hist_change_published_connection_ownership event is logged when published connection ownership is changed.

Attribute Name Type Description
activated boolean Indicates whether the published connection is available for use
description string Description of the published connection
name string Name of the published connection
newOwnerLuid string LUID of the new published connection owner
newOwnerName string Name of the new published connection owner
oldOwnerLuid string LUID of the previous published connection owner
oldOwnerName string Name of the previous published connection owner
ownerLuid string LUID of the published connection owner
ownerName string Name of the published connection owner
projectLuid string LUID of the project that contains the published connection
projectName string Name of the project that contains the published connection
publishedConnectionLuid string Unique ID of the published connection
siteName string Name of the Tableau site

hist_change_site_extract_encryption_mode

The legacy change site extract encryption mode event from historical_events.

Attribute Name Type Description
name string Name of the Tableau site
siteEventLuid string Unique ID of the site affected by the event
siteName string Name of the Tableau site
urlNamespace string Used in the construction of URLs that target the site

hist_change_table_contact

The hist_change_table_contact event is logged when the table contact is changed.

Attribute Name Type Description
description string Description of the table
name string Name of the table
newContactLuid string LUID of the new contact
newContactName string Name of the new contact
oldContactLuid string LUID of the previous contact
oldContactName string Name of the previous contact
ownerLuid string User LUID of the table owner
ownerName string Name of the table owner
projectLuid string LUID of the project that contains the table
projectName string Name of the project that contains the table
siteName string Name of the Tableau site
tableLuid string Unique ID of the table

hist_change_workbook_ownership

The hist_change_workbook_ownership event is logged when workbook ownership is changed.

Attribute Name Type Description
contentVersion integer The version of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if this workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string

Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC

extractsRefreshedAt string Timestamp when the last extract refresh occurred
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
newOwnerLuid string LUID of the new project owner
newOwnerName string Name of the new project owner
oldOwnerLuid string LUID of the previous project owner
oldOwnerName string Name of the previous project owner
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the workbook owner
projectLuid string

Unique ID of the project that contains the workbook. Used as a foreign key.

projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string

The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.

siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_create_collection

The hist_create_collection event is logged when a user creates a collection.

Attribute Name Type Description
collectionLuid string Unique ID of the collection
description string Description of the collection
name string Name of the collection
ownerLuid string User LUID of the collection owner
ownerName string Name of the collection owner
siteName string Name of the Tableau site

hist_create_column

The hist_create_column event is logged when a user creates a column.

Attribute Name Type Description
columnLuid string Unique ID of the column
description string Description of the column
name string Name of the column
ownerLuid string User LUID of the column owner
ownerName string Name of the column owner
projectLuid string LUID of the project that contains the column
projectName string Name of the project that contains the column
siteName string Name of the Tableau site

hist_create_data_quality_indicator

The hist_create_data_quality_indicator event is logged when users create data quality warnings.

Attribute Name Type Description
dataQualityIndicatorLuid string Unique ID of the data quality indicator
dataQualityType string The type of data quality indicator Either warning, deprecated, stale data, under maintenance, sensitive data, or a custom value.
isActive boolean Indicates whether the data quality indicator is active or not
isSevere boolean Indicates whether the data quality indicator is severe or not
message string Message of data quality indicator
siteName string Name of the Tableau site
userDisplayName string Display name of user who created or modified the data quality indicator
userLuid string LUID of user who created or modified the data quality indicator

hist_create_database

The hist_create_database event is logged when a user creates a database.

Attribute Name Type Description
databaseLuid string Unique ID of the database
description string Description of the database
name string Name of the database
ownerLuid string User LUID of the database owner
ownerName string Name of the database owner
projectLuid string LUID of the project that contains the database
projectName string Name of the project that contains the database
siteName string Name of the Tableau site

hist_create_datasource_extracts

The hist_create_datasource_extracts event is logged when a new data source extract is created.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
details string Message that includes details about the data source
isCertified boolean Indicates whether the data source is certified
isFailure boolean Indicates whether the action failed or not
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project that contains the data source
projectName string Name of the project that contains the data source
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
taskLuid string LUID of the associated task
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_create_datasource_task

The hist_create_datasource_task event is logged when a new data source task is created.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If the task is inactive, it will not run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string

Unique ID of the object. Used as the primary key in workbook or data source tables.

objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Task title. Provides additional information about the task.
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_create_datasource_trigger

The hist_create_datasource_trigger event specifies what caused the data source to be created.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_create_flow_task

The hist_create_flow_task event is logged when a new flow task is created.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If the task is inactive, it will not run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string

Unique ID of the object. Used as the primary key in workbook or data source tables.

objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Task title. Provides additional information about the task.
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_create_flow_trigger

The hist_create_flow_trigger event specifies what caused the flow to be created.

Attribute Name Type Description
contentVersion string The version of the flow file. Increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_create_group

The hist_create_group event is logged when creating a group.

Attribute Name Type Description
groupLuid string Unique ID of the group
name string Name of the group
siteName string Name of the Tableau site

hist_create_linked_task

The hist_create_linked_task event is logged when creating linked tasks that run sequentially.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If set to False, the task won't run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string

Unique ID of the object. Used as the primary key in workbook or data source tables.

objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Task title. Provides additional information about the task.
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_create_materialized_views

The hist_create_materialized_views event logs the successful creation of materialized views on a workbook.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
details string Details of the action (why were the materialized views created or deleted).
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
eventType string The type of the event. Either Create, Delete, Encrypt, Decrypt, or Rekey Materialized Views.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a view and is used when referencing the view in a URL. The value is derived from the ASCII characters in the view name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_create_metric

The hist_create_metric event is logged when users create metrics on the site.

Attribute Name Type Description
customizedViewLuid string The view from which the metric queries its data
description string Description of the metric
metricLuid string Unique ID of the metric
name string Name of the metric
projectLuid string Unique ID of the associated project
projectName string Name of the associated project
siteName string Name of the Tableau site
suspendState integer State of the metric. The value 0 = Not suspended, 1 = Auto-suspended, and 3 = Manually suspended.
viewLuid string The view from which the metric queries its data

hist_create_project

The hist_create_project event is logged when users create projects on the site.

Attribute Name Type Description
description string Description of the project
name string Name of the project
ownerLuid string Unique ID of the project owner
ownerName string Name of the project owner
parentProjectLuid string LUID of the parent project. The value is Null for top-level projects.
projectLuid string Unique identifier for the project
siteName string Name of the Tableau site
state string State of the project. The default value is active. Any other value indicates the project is inactive.

hist_create_schedule

The hist_create_schedule event is logged when users create schedules on the site.

Attribute Name Type Description
active boolean Indicates whether the schedule is active or not. If set to False, no tasks will run when the schedule is triggered.
dayOfMonthMask integer Indicates which day of the month the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the month correspond to 1st = 1, 2nd = 10, 3rd = 100, 4th = 1000, 5th = 10000, etc.
dayOfWeekMask integer Indicates which day of the week the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the week correspond to Sunday = 1, Monday = 10, Tuesday = 100, Wednesday = 1000, Thursday = 10000, Friday = 100000, and Saturday = 1000000.
endAtMinute integer The minute after the specified schedule_type period begins, indicating when the schedule should stop triggering.
endScheduleAt string Timestamp when the schedule should stop triggering in ISO 8601 UTC
isSerial boolean Indicates whether the schedule is run serially or not
minuteInterval integer Once triggered, the schedule will repeat at this interval until it ends as per the schedule_type, end_at_minute, or end_schedule_at.
name string Name of the schedule
priority integer Priority ranges from 1 to 100, with lower values corresponding to a higher priority.
scheduleLuid string Unique ID of the schedule
scheduleType integer The type of schedule. The value 0 = Hourly, 1 = Daily, 2 = Weekly, and 3 = Monthly.
scheduledAction integer Category of the scheduled action. The value 0 = Extracts and 1 = Subscriptions.
siteName string Name of the Tableau site
startAtMinute integer The minute after the scheduled start time per the schedule_type. For example, in a daily schedule, it's minutes past midnight; for hourly, it's minutes past the hour.

hist_create_site

The legacy create site from historical_events

Attribute Name Type Description
name string Name of the Tableau site
siteEventLuid string Unique ID of the site affected by the event
siteName string Name of the Tableau site
urlNamespace string Used in the construction of URLs that target the site

hist_create_subscription_task

The hist_create_subscription_task event is logged when subscription tasks are created.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If set to False, the task won't run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string Unique ID of the object. Used as the primary key in workbook or data source tables.
objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Provides additional information about the task
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_create_system_user

The hist_create_system_user event is logged when adding a system user.

Attribute Name Type Description
email string Email address of the user
name string Name of the user
siteAdminLevel integer Indicates if the user is a site admin. The value 5 = Site Admin and 0 = Not a site admin.
siteName string Name of the Tableau site
userLuid string Unique ID of the user

hist_create_table

The hist_create_table event is logged when creating a database table on the site.

Attribute Name Type Description
description string Description of the table
name string Name of the table
ownerLuid string Unique ID of the table owner
ownerName string Name of the table owner
projectLuid string Unique ID of the project that contains the table
projectName string Name of the project that contains the table
siteName string Name of the Tableau site
tableLuid string Unique ID of the table

hist_create_user

The hist_create_user event is logged when adding a user to the site.

Attribute Name Type Description
email string Email address of the user
name string Name of the user
siteAdminLevel integer Indicates if the user is a site admin. The value 5 = Site Admin and 0 = Not a site admin.
siteName string Name of the Tableau site
userLuid string Unique ID of the user

hist_create_workbook_extracts

The hist_create_workbook_extracts event is logged when changes are made to workbooks containing extracts.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
details string A message string
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isFailure boolean Indicates whether the action failed or not
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
taskLuid string LUID of the associated task
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_create_workbook_task

The hist_create_workbook_task event is logged for workbook related tasks.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If set to False, the task won't run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string Unique ID of the object. Used as the primary key in workbook or data source tables.
objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Provides additional information about the task
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_decrypt_datasource_extracts

The legacy decrypt datasource extracts event from historical_events.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string Unique ID of the data source
description string Description of the data source
details string A message string
isCertified boolean Indicates whether the data source is certified
isFailure boolean Indicates whether the action failed or not
name string Name of the data source
ownerLuid string Unique ID of the data source owner
ownerName string Name of the data source owner
projectLuid string Unique ID of the project that contains the data source
projectName string Name of the project that contains the data source
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_decrypt_datasource_extracts_request

The legacy decrypt datasource extracts request event from historical_events.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string Unique ID of the data source
description string Description of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string Unique ID of the data source owner
ownerName string Name of the data source owner
projectLuid string Unique ID of the project that contains the data source
projectName string Name of the project that contains the data source
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_decrypt_flow_draft_extracts

The legacy decrypt flow draft extracts event from historical_events.

Attribute Name Type Description
createdAt string Timestamp when the record was created in ISO 8601 UTC
details string A message string
flowDraftLuid string Unique ID of the flow draft
flowLuid string Unique ID of the flow. The value is Null if the flow draft isn't connected to a published flow.
isFailure boolean Indicates whether the action failed or not
name string Name of the flow draft
ownerLuid string Unique ID of the flow draft owner. The owner of the flow draft may be different than the flow owner.
ownerName string Name of the flow draft owner. The owner of the flow draft may be different than the flow owner.
projectLuid string Unique ID of the project that contains the flow draft
projectName string Name of the project that contains the flow draft
publishedAt string Timestamp when the flow draft was last published in ISO 8601 at UTC.
siteName string Name of the Tableau site
size long Size of the flow draft in bytes
updatedAt string Timestamp when the record was last updated in ISO 8601 UTC

hist_decrypt_flow_draft_extracts_request

The legacy decrypt flow draft extracts request event from historical_events.

Attribute Name Type Description
createdAt string Timestamp when the record was created in ISO 8601 UTC
flowDraftLuid string Unique ID of the flow draft
flowLuid string Unique ID of the flow. The value is Null if the flow draft isn't connected to a published flow.
name string Name of the flow draft
ownerLuid string Unique ID of the flow draft owner. The owner of the flow draft may be different than the flow owner.
ownerName string Name of the flow draft owner. The owner of the flow draft may be different than the flow owner.
projectLuid string Unique ID of the project that contains the flow draft
projectName string Name of the project that contains the flow draft
publishedAt string Timestamp when the flow draft was last published in ISO 8601 at UTC.
siteName string Name of the Tableau site
size long Size of the flow draft in bytes
updatedAt string Timestamp when the record was last updated in ISO 8601 UTC

hist_decrypt_flow_extracts

The legacy decrypt flow extracts event from historical_events.

Attribute Name Type Description
contentVersion string Version of the flow file, increments by 1 on each publish.
description string Description of the flow
details string A message string
flowLuid string Unique ID of the flow
isFailure boolean Indicates whether the action failed or not
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_decrypt_flow_extracts_request

The legacy decrypt flow extracts request event from historical_events.

Attribute Name Type Description
contentVersion string Version of the flow file, increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_decrypt_materialized_views

The hist_decrypt_materialized_views event logs the successful decrypting of materialized views on a workbook.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
details string Details of the action (why were the materialized views created or deleted).
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
eventType string The type of the event. Either Create, Delete, Encrypt, Decrypt, or Rekey Materialized Views.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a view and is used when referencing the view in a URL. The value is derived from the ASCII characters in the view name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_decrypt_site_extracts_request

The legacy decrypt site extracts request event from historical_events.

Attribute Name Type Description
name string Name of the Tableau site
siteEventLuid string Unique ID of the site affected by the event
siteName string Name of the Tableau site
urlNamespace string Used in the construction of URLs that target the site

hist_decrypt_workbook_extracts

The legacy decrypt workbook extracts event from historical_events.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
details string A message string
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isFailure boolean Indicates whether the action failed or not
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_decrypt_workbook_extracts_request

The legacy decrypt workbook extracts request event from historical_events.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_delete_access_token

The hist_delete_access_token event is logged when a user deltes an access token.

Attribute Name Type Description
siteName string Name of the Tableau site where the access token is deleted.

hist_delete_collection

The hist_delete_collection event is logged when a collection is deleted.

Attribute Name Type Description
collectionLuid string Unique identifier
description string Description of the collection
name string Name of the collection
ownerLuid string Unique ID of the user who owns the collection
ownerName string Name of the user who owns the collection
siteName string Name of the Tableau site

hist_delete_column

The hist_delete_column event is logged when deleting a database column.

Attribute Name Type Description
columnLuid string Unique identifier
description string Description of the column
name string Name of the column
ownerLuid string Unique ID of the user who owns the column
ownerName string Name of the user who owns the column
projectLuid string Unique ID of the project that contains the column
projectName string Name of the project that contains the column
siteName string Name of the Tableau site

hist_delete_data_quality_indicator

The hist_delete_data_quality_indicator event is logged when a data quality warning is deleted.

Attribute Name Type Description
dataQualityIndicatorLuid string Unique identifier
dataQualityType string The type of data quality indicator
isActive boolean Indicates whether the data quality indicator is active or not
isSevere boolean Indicates whether the data quality indicator is severe or not
message string Data quality filter message
siteName string Name of the Tableau site
userDisplayName string Name of user who created or modified the data quality indicator
userLuid string Unique ID of the user who created or modified the data quality indicator

hist_delete_data_role

The hist_delete_data_role event is logged when deleting a data role.

Attribute Name Type Description
dataRoleLuid string Unique identifier
description string Description of the data role
name string Name of the data role
ownerLuid string Unique ID of the data role owner
ownerName string Name of the data role owner
projectLuid string Unique ID of the project that contains the data role
projectName string Name of the project that contains the data role
siteName string Name of the Tableau site

hist_delete_database

The hist_delete_database event is logged when a database is deleted.

Attribute Name Type Description
databaseLuid string Unique identifier
description string Description of the database
name string Name of the database
ownerLuid string Unique ID of the database owner
ownerName string Name of the database owner
projectLuid string Unique ID of the project that contains the database
projectName string Name of the project that contains the database
siteName string Name of the Tableau site

hist_delete_datasource

The hist_delete_datasource event is logged when deleting a data source.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_delete_datasource_task

The hist_delete_datasource_task event is logged when a data source related task is deleted.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If set to False, the task won't run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string Unique ID of the object. Used as the primary key in workbook or data source tables.
objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Provides additional information about the task
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_delete_datasource_trigger

The hist_delete_datasource_trigger event specifies what caused the data source to be deleted.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_delete_expired_refresh_token

The hist_delete_expired_refresh_token event is logged when an expired refresh token is deleted by the Backgrounder process.

Attribute Name Type Description
deviceName string Name of the device associated with the refresh token
refreshTokenGuid string Unique ID of the refresh token
siteName string Name of the Tableau site

hist_delete_flow

The hist_delete_flow event is logged when a flow is deleted.

Attribute Name Type Description
contentVersion string The version of the flow file. Increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_delete_flow_draft

The hist_delete_flow_draft event is logged when a flow draft is deleted.

Attribute Name Type Description
createdAt string Timestamp when the record was created in ISO 8601 UTC
flowDraftLuid string Unique ID of the flow draft
flowLuid string Unique ID of the flow. The value is Null if the flow draft isn't connected to a published flow.
name string Name of the flow draft
ownerLuid string Unique ID of the flow draft owner. The owner of the flow draft may be different than the flow owner.
ownerName string Name of the flow draft owner. The owner of the flow draft may be different than the flow owner.
projectLuid string Unique ID of the project that contains the flow draft
projectName string Name of the project that contains the flow draft
publishedAt string Timestamp when the flow draft was last published in ISO 8601 at UTC.
siteName string Name of the Tableau site
size long Size of the flow draft in bytes
updatedAt string Timestamp when the record was last updated in ISO 8601 UTC

hist_delete_flow_task

The hist_delete_flow_task event is logged when deleting flow related tasks.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If set to False, the task won't run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string Unique ID of the object. Used as the primary key in workbook or data source tables.
objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Provides additional information about the task
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_delete_flow_trigger

The hist_delete_flow_trigger event specifies what caused the flow to be deleted.

Attribute Name Type Description
contentVersion string The version of the flow file. Increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_delete_group

The hist_delete_group event is logged when a group is deleted.

Attribute Name Type Description
groupLuid string Unique ID of the group
name string Name of the group
siteName string Name of the Tableau site

hist_delete_linked_task

The hist_delete_linked_task event is logged when deleting tasks that are linked and scheduled to run serially.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If set to False, the task won't run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string Unique ID of the object. Used as the primary key in workbook or data source tables.
objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Provides additional information about the task
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_delete_materialized_views

The hist_delete_materialized_views event logs the successful deletion of materialized views on a workbook

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
details string Details of the action (why were the materialized views created or deleted).
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
eventType string The type of the event. Either Create, Delete, Encrypt, Decrypt, or Rekey Materialized Views.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a view and is used when referencing the view in a URL. The value is derived from the ASCII characters in the view name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_delete_metric

The hist_delete_metric event is logged when a metric is deleted.

Attribute Name Type Description
customizedViewLuid string The view from which the metric queries its data
description string Description of the metric
metricLuid string Unique ID of the metric
name string Name of the metric
projectLuid string Unique ID of the associated project
projectName string Name of the associated project
siteName string Name of the Tableau site
suspendState integer State of the metric. The value 0 = Not suspended, 1 = Auto-suspended, and 3 = Manually suspended.
viewLuid string The view from which the metric queries its data

hist_delete_project

The hist_delete_project event is logged when a project is deleted.

Attribute Name Type Description
description string Description of the project
name string Name of the project
ownerLuid string Unique ID of the project owner
ownerName string Name of the project owner
parentProjectLuid string LUID of the parent project. The value is Null for top-level projects.
projectLuid string Unique identifier for the project
siteName string Name of the Tableau site
state string State of the project. The default value is active. Any other value indicates the project is inactive.

hist_delete_refresh_token_session

The hist_delete_refresh_token_session event is logged when a session created by refresh token is deleted.

Attribute Name Type Description
deviceName string Name of the device associated with the refresh token
refreshTokenGuid string Unique ID of the refresh token
sessionId string ID of the session
siteName string Name of the Tableau site

hist_delete_schedule

The hist_delete_schedule event is logged when a schedule is deleted.

Attribute Name Type Description
active boolean Indicates whether the schedule is active or not. If set to False, no tasks will run when the schedule is triggered.
dayOfMonthMask integer Indicates which day of the month the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the month correspond to 1st = 1, 2nd = 10, 3rd = 100, 4th = 1000, 5th = 10000, etc.
dayOfWeekMask integer Indicates which day of the week the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the week correspond to Sunday = 1, Monday = 10, Tuesday = 100, Wednesday = 1000, Thursday = 10000, Friday = 100000, and Saturday = 1000000.
endAtMinute integer The minute after the specified schedule_type period begins, indicating when the schedule should stop triggering.
endScheduleAt string Timestamp when the schedule should stop triggering in ISO 8601 UTC
isSerial boolean Indicates whether the schedule is run serially or not
minuteInterval integer Once triggered, the schedule will repeat at this interval until it ends as per the schedule_type, end_at_minute, or end_schedule_at.
name string Name of the schedule
priority integer Priority ranges from 1 to 100, with lower values corresponding to a higher priority.
scheduleLuid string Unique ID of the schedule
scheduleType integer The type of schedule. The value 0 = Hourly, 1 = Daily, 2 = Weekly, and 3 = Monthly.
scheduledAction integer Category of the scheduled action. The value 0 = Extracts and 1 = Subscriptions.
siteName string Name of the Tableau site
startAtMinute integer The minute after the scheduled start time per the schedule_type. For example, in a daily schedule, it's minutes past midnight; for hourly, it's minutes past the hour.

hist_delete_site

The hist_delete_site event is logged when a site is deleted.

Attribute Name Type Description
name string Name of the Tableau site
siteEventLuid string Unique ID of the site affected by the event
siteName string Name of the Tableau site
urlNamespace string Used in the construction of URLs that target the site

hist_delete_system_user

The hist_delete_system_user event is logged when a system user is deleted.

Attribute Name Type Description
email string Email address of the user
name string Name of the user
siteAdminLevel integer Indicates whether the user is a site admin. The value 5 = site admin and 0 = not a site admin.
siteName string Name of the Tableau site
userLuid string The unique identifier of the user

hist_delete_table

The hist_delete_table event is logged when a table is deleted.

Attribute Name Type Description
description string Description of the table
name string Name of the table
ownerLuid string Unique ID of the table owner
ownerName string Name of the table owner
projectLuid string Unique ID of the project that contains the table
projectName string Name of the project that contains the table
siteName string Name of the Tableau site
tableLuid string Unique identifier

hist_delete_user

The hist_delete_user event is logged when a user is deleted from the site.

Attribute Name Type Description
email string Email address of the user
name string Name of the user
siteAdminLevel integer Indicates if the user is a site admin. The value 5 = Site Admin and 0 = Not a site admin.
siteName string Name of the Tableau site
userLuid string Unique ID of the user

hist_delete_user_from_group

The hist_delete_user_from_group event is logged when a user is removed from a group.

Attribute Name Type Description
groupLuid string Unique ID of the group
name string Name of the group
siteName string Name of the Tableau site
userLuid string LUID of the user deleted from the group
userName string The name of the user deleted from the group

hist_delete_view

The hist_delete_view event is logged when a view is deleted from the site.

Attribute Name Type Description
caption string The descriptive phrase constructed for the worksheet based on the workbook definition
description string Description of the view
fields string A list of fields extracted from the workbook .twb file
firstPublishedAt string Timestamp of when the view was first published. The value won't change when republishing the workbook containing the view.
index integer Each view has an index that is unique among views belonging to that workbook
name string Name of the view
ownerLuid string User LUID of the view owner
ownerName string Name of the view owner
repositoryUrl string Uniquely identifies a view and is used when referencing the view in a URL. The value is derived from the ASCII characters in the view name.
revision string The revision number of the view. Starts with 1.0 and increments by 0.1 each time a new version is published.
sheetId string The ID of the worksheet
sheetType string The type of worksheet. Either a story, dashboard, or view.
siteName string Name of the Tableau site
title string The worksheet title from the workbook .twb file
viewLuid string The LUID of the view
workbookLuid string The LUID of the workbook containing the view
workbookName string Name of the workbook containing the view

hist_delete_workbook

The hist_delete_workbook event is logged when a workbook is deleted.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_delete_workbook_task

The hist_delete_workbook_task event is logged when a workbook related task is deleted.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If set to False, the task won't run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string Unique ID of the object. Used as the primary key in workbook or data source tables.
objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Provides additional information about the task
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_disable_linked_task_schedule

The hist_disable_linked_task_schedule event is logged when a linked task schedule is turned off.

Attribute Name Type Description
active boolean Indicates whether the schedule is active or not. If set to False, no tasks will run when the schedule is triggered.
dayOfMonthMask integer Indicates which day of the month the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the month correspond to 1st = 1, 2nd = 10, 3rd = 100, 4th = 1000, 5th = 10000, etc.
dayOfWeekMask integer Indicates which day of the week the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the week correspond to Sunday = 1, Monday = 10, Tuesday = 100, Wednesday = 1000, Thursday = 10000, Friday = 100000, and Saturday = 1000000.
endAtMinute integer The minute after the specified schedule_type period begins, indicating when the schedule should stop triggering.
endScheduleAt string Timestamp when the schedule should stop triggering in ISO 8601 UTC
isSerial boolean Indicates whether the schedule is run serially or not
minuteInterval integer Once triggered, the schedule will repeat at this interval until it ends as per the schedule_type, end_at_minute, or end_schedule_at.
name string Name of the schedule
priority integer Priority ranges from 1 to 100, with lower values corresponding to a higher priority.
scheduleLuid string Unique ID of the schedule
scheduleType integer The type of schedule. The value 0 = Hourly, 1 = Daily, 2 = Weekly, and 3 = Monthly.
scheduledAction integer Category of the scheduled action. The value 0 = Extracts and 1 = Subscriptions.
siteName string Name of the Tableau site
startAtMinute integer The minute after the scheduled start time per the schedule_type. For example, in a daily schedule, it's minutes past midnight; for hourly, it's minutes past the hour.

hist_disable_schedule

The hist_disable_schedule event is logged when a schedule is turned off.

Attribute Name Type Description
active boolean Indicates whether the schedule is active or not. If set to False, no tasks will run when the schedule is triggered.
dayOfMonthMask integer Indicates which day of the month the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the month correspond to 1st = 1, 2nd = 10, 3rd = 100, 4th = 1000, 5th = 10000, etc.
dayOfWeekMask integer Indicates which day of the week the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the week correspond to Sunday = 1, Monday = 10, Tuesday = 100, Wednesday = 1000, Thursday = 10000, Friday = 100000, and Saturday = 1000000.
endAtMinute integer The minute after the specified schedule_type period begins, indicating when the schedule should stop triggering.
endScheduleAt string Timestamp when the schedule should stop triggering in ISO 8601 UTC
isSerial boolean Indicates whether the schedule is run serially or not
minuteInterval integer Once triggered, the schedule will repeat at this interval until it ends as per the schedule_type, end_at_minute, or end_schedule_at.
name string Name of the schedule
priority integer Priority ranges from 1 to 100, with lower values corresponding to a higher priority.
scheduleLuid string Unique ID of the schedule
scheduleType integer The type of schedule. The value 0 = Hourly, 1 = Daily, 2 = Weekly, and 3 = Monthly.
scheduledAction integer Category of the scheduled action. The value 0 = Extracts and 1 = Subscriptions.
siteName string Name of the Tableau site
startAtMinute integer The minute after the scheduled start time per the schedule_type. For example, in a daily schedule, it's minutes past midnight; for hourly, it's minutes past the hour.

hist_download_datasource

The hist_download_datasource event is logged when a data source is downloaded from the site.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_download_flow

The hist_download_flow event is logged when a flow is downloaded from the site.

Attribute Name Type Description
contentVersion string The version of the flow file. Increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_download_flow_draft

The hist_download_flow_draft event is logged when a flow draft is downloaded from the site.

Attribute Name Type Description
createdAt string Timestamp when the record was created in ISO 8601 UTC
flowDraftLuid string Unique ID of the flow draft
flowLuid string Unique ID of the flow. The value is Null if the flow draft isn't connected to a published flow.
name string Name of the flow draft
ownerLuid string Unique ID of the flow draft owner. The owner of the flow draft may be different than the flow owner.
ownerName string Name of the flow draft owner. The owner of the flow draft may be different than the flow owner.
projectLuid string Unique ID of the project that contains the flow draft
projectName string Name of the project that contains the flow draft
publishedAt string Timestamp when the flow draft was last published in ISO 8601 at UTC.
siteName string Name of the Tableau site
size long Size of the flow draft in bytes
updatedAt string Timestamp when the record was last updated in ISO 8601 UTC

hist_download_workbook

The hist_download_workbook event is logged when downloading a workbook from the site.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_enable_linked_task_schedule

The hist_enable_linked_task_schedule event is logged when a linked task scheduled is turned on.

Attribute Name Type Description
active boolean Indicates whether the schedule is active or not. If set to False, no tasks will run when the schedule is triggered.
dayOfMonthMask integer Indicates which day of the month the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the month correspond to 1st = 1, 2nd = 10, 3rd = 100, 4th = 1000, 5th = 10000, etc.
dayOfWeekMask integer Indicates which day of the week the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the week correspond to Sunday = 1, Monday = 10, Tuesday = 100, Wednesday = 1000, Thursday = 10000, Friday = 100000, and Saturday = 1000000.
endAtMinute integer The minute after the specified schedule_type period begins, indicating when the schedule should stop triggering.
endScheduleAt string Timestamp when the schedule should stop triggering in ISO 8601 UTC
isSerial boolean Indicates whether the schedule is run serially or not
minuteInterval integer Once triggered, the schedule will repeat at this interval until it ends as per the schedule_type, end_at_minute, or end_schedule_at.
name string Name of the schedule
priority integer Priority ranges from 1 to 100, with lower values corresponding to a higher priority.
scheduleLuid string Unique ID of the schedule
scheduleType integer The type of schedule. The value 0 = Hourly, 1 = Daily, 2 = Weekly, and 3 = Monthly.
scheduledAction integer Category of the scheduled action. The value 0 = Extracts and 1 = Subscriptions.
siteName string Name of the Tableau site
startAtMinute integer The minute after the scheduled start time per the schedule_type. For example, in a daily schedule, it's minutes past midnight; for hourly, it's minutes past the hour.

hist_enable_schedule

The hist_enable_schedule event is logged when a schedule is turned on.

Attribute Name Type Description
active boolean Indicates whether the schedule is active or not. If set to False, no tasks will run when the schedule is triggered.
dayOfMonthMask integer Indicates which day of the month the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the month correspond to 1st = 1, 2nd = 10, 3rd = 100, 4th = 1000, 5th = 10000, etc.
dayOfWeekMask integer Indicates which day of the week the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the week correspond to Sunday = 1, Monday = 10, Tuesday = 100, Wednesday = 1000, Thursday = 10000, Friday = 100000, and Saturday = 1000000.
endAtMinute integer The minute after the specified schedule_type period begins, indicating when the schedule should stop triggering.
endScheduleAt string Timestamp when the schedule should stop triggering in ISO 8601 UTC
isSerial boolean Indicates whether the schedule is run serially or not
minuteInterval integer Once triggered, the schedule will repeat at this interval until it ends as per the schedule_type, end_at_minute, or end_schedule_at.
name string Name of the schedule
priority integer Priority ranges from 1 to 100, with lower values corresponding to a higher priority.
scheduleLuid string Unique ID of the schedule
scheduleType integer The type of schedule. The value 0 = Hourly, 1 = Daily, 2 = Weekly, and 3 = Monthly.
scheduledAction integer Category of the scheduled action. The value 0 = Extracts and 1 = Subscriptions.
siteName string Name of the Tableau site
startAtMinute integer The minute after the scheduled start time per the schedule_type. For example, in a daily schedule, it's minutes past midnight; for hourly, it's minutes past the hour.

hist_encrypt_datasource_extracts

The legacy encrypt datasource extracts event from historical_events.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string Unique identifier
description string Description of the data source
details string A message string
isCertified boolean Indicates whether the data source is certified
isFailure boolean Indicates whether the action failed or not
name string Name of the data source
ownerLuid string Unique ID of the data source owner
ownerName string Name of the data source owner
projectLuid string Unique ID of the project that contains the data source
projectName string Name of the project that contains the data source
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_encrypt_datasource_extracts_request

The legacy encrypt datasource extracts request event from historical_events.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string Unique identifier
description string Description of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string Unique ID of the data source owner
ownerName string Name of the data source owner
projectLuid string Unique ID of the project that contains the data source
projectName string Name of the project that contains the data source
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_encrypt_flow_draft_extracts

The legacy encrypt flow draft extracts event from historical_events.

Attribute Name Type Description
createdAt string Timestamp when the record was created in ISO 8601 UTC
details string A message string
flowDraftLuid string Unique ID of the flow draft
flowLuid string Unique ID of the flow. The value is Null if the flow draft isn't connected to a published flow.
isFailure boolean Indicates whether the action failed or not
name string Name of the flow draft
ownerLuid string Unique ID of the flow draft owner. The owner of the flow draft may be different than the flow owner.
ownerName string Name of the flow draft owner. The owner of the flow draft may be different than the flow owner.
projectLuid string Unique ID of the project that contains the flow draft
projectName string Name of the project that contains the flow draft
publishedAt string Timestamp when the flow draft was last published in ISO 8601 at UTC.
siteName string Name of the Tableau site
size long Size of the flow draft in bytes
updatedAt string Timestamp when the record was last updated in ISO 8601 UTC

hist_encrypt_flow_draft_extracts_request

The legacy encrypt flow draft extracts request event from historical_events.

Attribute Name Type Description
createdAt string Timestamp when the record was created in ISO 8601 UTC
flowDraftLuid string Unique ID of the flow draft
flowLuid string Unique ID of the flow. The value is Null if the flow draft isn't connected to a published flow.
name string Name of the flow draft
ownerLuid string Unique ID of the flow draft owner. The owner of the flow draft may be different than the flow owner.
ownerName string Name of the flow draft owner. The owner of the flow draft may be different than the flow owner.
projectLuid string Unique ID of the project that contains the flow draft
projectName string Name of the project that contains the flow draft
publishedAt string Timestamp when the flow draft was last published in ISO 8601 at UTC.
siteName string Name of the Tableau site
size long Size of the flow draft in bytes
updatedAt string Timestamp when the record was last updated in ISO 8601 UTC

hist_encrypt_flow_extracts

The legacy encrypt flow extracts event from historical_events.

Attribute Name Type Description
contentVersion string Version of the flow file, increments by 1 on each publish.
description string Description of the flow
details string A message string
flowLuid string Unique ID of the flow
isFailure boolean Indicates whether the action failed or not
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_encrypt_flow_extracts_request

The legacy encrypt flow extracts request event from historical_events.

Attribute Name Type Description
contentVersion string Version of the flow file, increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_encrypt_materialized_views

The hist_encrypt_materialized_views event logs the successful encrypting of materialized views on a workbook.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
details string Details of the action (why were the materialized views created or deleted).
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
eventType string The type of the event. Either Create, Delete, Encrypt, Decrypt, or Rekey Materialized Views.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a view and is used when referencing the view in a URL. The value is derived from the ASCII characters in the view name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_encrypt_site_extracts_request

The legacy encrypt site extracts request event from historical_events.

Attribute Name Type Description
name string Name of the Tableau site
siteEventLuid string Unique ID of the site affected by the event
siteName string Name of the Tableau site
urlNamespace string Used in the construction of URLs that target the site

hist_encrypt_workbook_extracts

The legacy encrypt workbook extracts event from historical_events.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
details string A message string
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isFailure boolean Indicates whether the action failed or not
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_encrypt_workbook_extracts_request

The legacy encrypt workbook extracts request event from historical_events.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_export_summary_data

The hist_export_summary_data event is logged when summary data is exported from a view.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
sheetName string Name of the sheet for which data was accessed.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_export_underlying_data

The hist_export_underlying_data event is logged when underlying data is exported from a view.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
sheetName string Name of the sheet for which data was accessed.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_hyper_data_update_job

The legacy Hyper data update job event from historical_events.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string Unique identifier
description string Description of the data source
details string Details of the action (why was the data updated).
isCertified boolean Indicates whether the data source is certified
isFailure boolean Whether the action succeeded or failed.
name string Name of the data source
ownerLuid string Unique ID of the data source owner
ownerName string Name of the data source owner
projectLuid string Unique ID of the project that contains the data source
projectName string Name of the project that contains the data source
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_impersonate_user

The hist_impersonate_user event logs when a user ID has been impersonated.

Attribute Name Type Description
email string Email address of the user
name string Name of the user
siteAdminLevel integer Indicates if the user is a site admin. The value 5 = Site Admin and 0 = Not a site admin.
siteName string Name of the Tableau site
userLuid string Unique ID of the user

hist_increment_datasource_extract

The hist_increment_datasource_extract event is logged when a data source extract is incrementally refreshed.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string Unique identifier
description string Description of the data source
details string A message string
isCertified boolean Indicates whether the data source is certified
isFailure boolean Indicates whether the action failed or not
name string Name of the data source
ownerLuid string Unique ID of the data source owner
ownerName string Name of the data source owner
projectLuid string Unique ID of the project that contains the data source
projectName string Name of the project that contains the data source
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
taskLuid string LUID of the associated task
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_increment_workbook_extracts

The hist_increment_workbook_extracts event is logged when extracts in a workbook are incrementally refreshed.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
details string A message string
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isFailure boolean Indicates whether the action failed or not
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
taskLuid string LUID of the associated task
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_issue_refresh_token

The hist_issue_refresh_token event is logged when a refresh token or personal access token (PAT) is issued.

Attribute Name Type Description
refreshTokenGuid string The unique ID of the refresh token or PAT
siteName string Name of the Tableau site

hist_lock_site

The hist_lock_site event is logged when a site is locked.

Attribute Name Type Description
name string Name of the Tableau site
siteEventLuid string Unique ID of the site affected by the event
siteName string Name of the Tableau site
urlNamespace string Used in the construction of URLs that target the site

hist_login

The hist_login event is logged when a user signed in to the site.

Attribute Name Type Description
actorExternalId string The external ID for the acting user. This is an opaque identifier dependent on the actor type, but could, for example, be a user email. Can also show the identifier of a user accessing content through on-demand access.
groupNames string The list of group names assigned to the user with on-demand access during sign-in
siteName string Name of the Tableau site

hist_login_with_pat

The hist_login_with_pat event is logged when a user signed in with a personal access token (PAT).

Attribute Name Type Description
clientId string Used for PATs. The client ID is typically the PAT name displayed in the Tableau UI.
createdAt string The timestamp when the PAT was first created in ISO 8601 UTC
expiresAt string The timestamp when the PAT expires in ISO 8601 UTC
lastUsedAt string The timestamp when the PAT was last used in ISO 8601 UTC
refreshTokenGuid string The unique ID of the PAT
siteName string Name of the Tableau site

hist_logout

The hist_logout event is logged when a user logged out of the site.

Attribute Name Type Description
siteName string Name of the Tableau site

hist_move_data_role

The hist_move_data_role event is logged when a data role is moved to a new project.

Attribute Name Type Description
dataRoleLuid string Unique identifier
description string Description of the data role
destinationProjectLuid string Unique ID of the destination project
destinationProjectName string Name of the destination project
name string Name of the data role
ownerLuid string Unique ID of the data role owner
ownerName string Name of the data role owner
projectLuid string Unique ID of the project that contains the data role
projectName string Name of the project that contains the data role
siteName string Name of the Tableau site
sourceProjectLuid string Unique ID of the source project
sourceProjectName string Name of the source project

hist_move_database

The hist_move_database event is logged when a database is moved to a new project.

Attribute Name Type Description
databaseLuid string Unique identifier
description string Description of the database
destinationProjectLuid string Unique ID of the destination project
destinationProjectName string Name of the destination project
name string Name of the database
ownerLuid string Unique ID of the database owner
ownerName string Name of the database owner
projectLuid string Unique ID of the project that contains the database
projectName string Name of the project that contains the database
siteName string Name of the Tableau site
sourceProjectLuid string Unique ID of the source project
sourceProjectName string Name of the source project

hist_move_datasource

The hist_move_datasource event is logged when a published data source is moved to a new project.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
destinationProjectLuid string Unique ID of the destination project
destinationProjectName string Name of the destination project
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
sourceProjectLuid string Unique ID of the source project
sourceProjectName string Name of the source project
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_move_flow

The hist_move_flow event is logged when a flow is moved to a new project.

Attribute Name Type Description
contentVersion string The version of the flow file. Increments by 1 on each publish.
description string Description of the flow
destinationProjectLuid string Unique ID of the destination project
destinationProjectName string Name of the destination project
flowLuid string Unique ID of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes
sourceProjectLuid string Unique ID of the source project
sourceProjectName string Name of the source project

hist_move_flow_draft

The hist_move_flow_draft event is logged when a flow draft is moved to a new project.

Attribute Name Type Description
createdAt string Timestamp when the record was created in ISO 8601 UTC
destinationProjectLuid string Unique ID of the destination project
destinationProjectName string Name of the destination project
flowDraftLuid string Unique ID of the flow draft
flowLuid string Unique ID of the flow. The value is Null if the flow draft isn't connected to a published flow.
name string Name of the flow draft
ownerLuid string Unique ID of the flow draft owner. The owner of the flow draft may be different than the flow owner.
ownerName string Name of the flow draft owner. The owner of the flow draft may be different than the flow owner.
projectLuid string Unique ID of the project that contains the flow draft
projectName string Name of the project that contains the flow draft
publishedAt string Timestamp when the flow draft was last published in ISO 8601 at UTC.
siteName string Name of the Tableau site
size long Size of the flow draft in bytes
sourceProjectLuid string Unique ID of the source project
sourceProjectName string Name of the source project
updatedAt string Timestamp when the record was last updated in ISO 8601 UTC

hist_move_metric

The hist_move_metric event is logged when a metric is moved to a new project.

Attribute Name Type Description
customizedViewLuid string The view from which the metric queries its data
description string Description of the metric
destinationProjectLuid string Unique ID of the destination project
destinationProjectName string Name of the destination project
metricLuid string Unique ID of the metric
name string Name of the metric
projectLuid string Unique ID of the associated project
projectName string Name of the associated project
siteName string Name of the Tableau site
sourceProjectLuid string Unique ID of the source project
sourceProjectName string Name of the source project
suspendState integer State of the metric. The value 0 = Not suspended, 1 = Auto-suspended, and 3 = Manually suspended.
viewLuid string The view from which the metric queries its data

hist_move_project

The hist_move_project event is logged when a project is moved.

Attribute Name Type Description
description string Description of the project
destinationProjectLuid string Unique ID of the destination project
destinationProjectName string Name of the destination project
name string Name of the project
ownerLuid string Unique ID of the project owner
ownerName string Name of the project owner
parentProjectLuid string LUID of the parent project. The value is Null for top-level projects.
projectLuid string Unique identifier for the project
siteName string Name of the Tableau site
sourceProjectLuid string Unique ID of the source project
sourceProjectName string Name of the source project
state string State of the project. The default value is active. Any other value indicates the project is inactive.

hist_move_published_connection

The hist_move_published_connection event is logged when a published connection is moved to a new project.

Attribute Name Type Description
activated boolean Whether this published connection was ever made available for consumption
description string Description of the published connection
destinationProjectLuid string Unique ID of the destination project
destinationProjectName string Name of the destination project
name string Name of the published connection
ownerLuid string Unique ID of the user that owns the published connection
ownerName string Name of the user who owns the published connection
projectLuid string The associated project
projectName string The name of the associated project
publishedConnectionLuid string Unique ID of the published connection
siteName string Name of the Tableau site
sourceProjectLuid string Unique ID of the source project
sourceProjectName string Name of the source project

hist_move_table

The hist_move_table event is logged when a table is moved to a new project.

Attribute Name Type Description
description string Description of the table
destinationProjectLuid string Unique ID of the destination project
destinationProjectName string Name of the destination project
name string Name of the table
ownerLuid string Unique ID of the table owner
ownerName string Name of the table owner
projectLuid string Unique ID of the project that contains the table
projectName string Name of the project that contains the table
siteName string Name of the Tableau site
sourceProjectLuid string Unique ID of the source project
sourceProjectName string Name of the source project
tableLuid string Unique identifier

hist_move_workbook

The hist_move_workbook event is logged when a workbook is moved to a new project.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
destinationProjectLuid string Unique ID of the destination project
destinationProjectName string Name of the destination project
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
sourceProjectLuid string Unique ID of the source project
sourceProjectName string Name of the source project
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_pause_datasource_extract_refresh

The hist_pause_datasource_extract_refresh event is logged when a data source extract refresh is paused.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string Unique identifier
description string Description of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string Unique ID of the data source owner
ownerName string Name of the data source owner
projectLuid string Unique ID of the project that contains the data source
projectName string Name of the project that contains the data source
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
taskLuid string LUID of the associated task
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_pause_workbook_extract_refresh

The hist_pause_workbook_extract_refresh event is logged when a workbook extract refresh is paused.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
taskLuid string LUID of the associated task
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_publish_data_role

The hist_publish_data_role event is logged when a data role is published.

Attribute Name Type Description
dataRoleLuid string Unique identifier
description string Description of the data role
name string Name of the data role
ownerLuid string Unique ID of the data role owner
ownerName string Name of the data role owner
projectLuid string Unique ID of the project that contains the data role
projectName string Name of the project that contains the data role
siteName string Name of the Tableau site

hist_publish_datasource

The hist_publish_datasource event is logged when a data source is published on the site.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_publish_flow

The hist_publish_flow event is logged when a flow is published on the site.

Attribute Name Type Description
contentVersion string The version of the flow file. Increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_publish_view

The hist_publish_view event is logged when a view is published on the site.

Attribute Name Type Description
caption string The descriptive phrase constructed for the worksheet based on the workbook definition
description string Description of the view
fields string A list of fields extracted from the workbook .twb file
firstPublishedAt string Timestamp of when the view was first published. The value won't change when republishing the workbook containing the view.
index integer Each view has an index that is unique among views belonging to that workbook
name string Name of the view
ownerLuid string User LUID of the view owner
ownerName string Name of the view owner
repositoryUrl string Uniquely identifies a view and is used when referencing the view in a URL. The value is derived from the ASCII characters in the view name.
revision string The revision number of the view. Starts with 1.0 and increments by 0.1 each time a new version is published.
sheetId string The ID of the worksheet
sheetType string The type of worksheet. Either a story, dashboard, or view.
siteName string Name of the Tableau site
title string The worksheet title from the workbook .twb file
viewLuid string The LUID of the view
workbookLuid string The LUID of the workbook containing the view
workbookName string Name of the workbook containing the view

hist_publish_workbook

The hist_publish_workbook event is logged when a workbook is published.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_redeem_refresh_token

The hist_redeem_refresh_token event is logged when a refresh token or personal access token (PAT) is redeemed.

Attribute Name Type Description
refreshTokenGuid string The unique ID of the refresh token or PAT
siteName string Name of the Tableau site

hist_refresh_datasource_extract

The hist_refresh_datasource_extract event is logged when a data extract is refreshed.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
details string A message string
isCertified boolean Indicates whether the data source is certified
isFailure boolean Indicates whether the action failed or not
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
taskLuid string LUID of the associated task
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_refresh_workbook_extracts

The hist_refresh_workbook_extracts event is logged when extracts in a workbook are refreshed.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
details string A message string
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isFailure boolean Indicates whether the action failed or not
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
taskLuid string LUID of the associated task
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_rekey_datasource_extracts

The legacy rekey datasource extracts event from historical_events.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string Unique identifier
description string Description of the data source
details string A message string
isCertified boolean Indicates whether the data source is certified
isFailure boolean Indicates whether the action failed or not
name string Name of the data source
ownerLuid string Unique ID of the data source owner
ownerName string Name of the data source owner
projectLuid string Unique ID of the project that contains the data source
projectName string Name of the project that contains the data source
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_rekey_flow_draft_extracts

The legacy rekey flow draft extracts event from historical_events.

Attribute Name Type Description
createdAt string Timestamp when the record was created in ISO 8601 UTC
details string A message string
flowDraftLuid string Unique ID of the flow draft
flowLuid string Unique ID of the flow. The value is Null if the flow draft isn't connected to a published flow.
isFailure boolean Indicates whether the action failed or not
name string Name of the flow draft
ownerLuid string Unique ID of the flow draft owner. The owner of the flow draft may be different than the flow owner.
ownerName string Name of the flow draft owner. The owner of the flow draft may be different than the flow owner.
projectLuid string Unique ID of the project that contains the flow draft
projectName string Name of the project that contains the flow draft
publishedAt string Timestamp when the flow draft was last published in ISO 8601 at UTC.
siteName string Name of the Tableau site
size long Size of the flow draft in bytes
updatedAt string Timestamp when the record was last updated in ISO 8601 UTC

hist_rekey_flow_extracts

The legacy rekey flow extracts event from historical_events.

Attribute Name Type Description
contentVersion string Version of the flow file, increments by 1 on each publish.
description string Description of the flow
details string A message string
flowLuid string Unique ID of the flow
isFailure boolean Indicates whether the action failed or not
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_rekey_materialized_views

The hist_rekey_materialized_views event logs the successful rekeying of materialized views on a workbook.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
details string Details of the action (why were the materialized views created or deleted).
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
eventType string The type of the event. Either Create, Delete, Encrypt, Decrypt, or Rekey Materialized Views.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a view and is used when referencing the view in a URL. The value is derived from the ASCII characters in the view name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_rekey_site_extracts_request

The legacy change rekey site extracts request event from historical_events.

Attribute Name Type Description
name string Name of the Tableau site
siteEventLuid string Unique ID of the site affected by the event
siteName string Name of the Tableau site
urlNamespace string Used in the construction of URLs that target the site

hist_rekey_workbook_extracts

The legacy rekey workbook extracts event from historical_events.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
details string A message string
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isFailure boolean Indicates whether the action failed or not
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_rename_collection

The hist_rename_collection event is logged when a collection is renamed.

Attribute Name Type Description
collectionLuid string Unique identifier
description string Description of the collection
formerName string The former name of the collection
name string Name of the collection
ownerLuid string Unique ID of the user who owns the collection
ownerName string Name of the user who owns the collection
siteName string Name of the Tableau site

hist_rename_data_role

The hist_rename_data_role event is logged when a data role is renamed.

Attribute Name Type Description
dataRoleLuid string Unique identifier
description string Description of the data role
formerName string The former name of the data role
name string Name of the data role
ownerLuid string Unique ID of the data role owner
ownerName string Name of the data role owner
projectLuid string Unique ID of the project that contains the data role
projectName string Name of the project that contains the data role
siteName string Name of the Tableau site

hist_rename_datasource

The hist_rename_datasource event is logged when a data source is renamed.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
formerName string The former name of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_rename_flow

The hist_rename_flow event is logged when a flow is renamed.

Attribute Name Type Description
contentVersion string The version of the flow file. Increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
formerName string The former name of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_rename_flow_draft

The hist_rename_flow_draft event is logged when a flow draft is renamed.

Attribute Name Type Description
createdAt string Timestamp when the record was created in ISO 8601 UTC
flowDraftLuid string Unique ID of the flow draft
flowLuid string Unique ID of the flow. The value is Null if the flow draft isn't connected to a published flow.
formerName string The former name of the flow draft
name string Name of the flow draft
ownerLuid string Unique ID of the flow draft owner. The owner of the flow draft may be different than the flow owner.
ownerName string Name of the flow draft owner. The owner of the flow draft may be different than the flow owner.
projectLuid string Unique ID of the project that contains the flow draft
projectName string Name of the project that contains the flow draft
publishedAt string Timestamp when the flow draft was last published in ISO 8601 at UTC.
siteName string Name of the Tableau site
size long Size of the flow draft in bytes
updatedAt string Timestamp when the record was last updated in ISO 8601 UTC

hist_rename_group

The hist_rename_group event is logged when a group is renamed.

Attribute Name Type Description
formerName string The former name of the group
groupLuid string Unique ID of the group
name string Name of the group
siteName string Name of the Tableau site

hist_rename_metric

The hist_rename_metric event is logged when a metric is renamed.

Attribute Name Type Description
customizedViewLuid string The view from which the metric queries its data
description string Description of the metric
formerName string The former name of the metric
metricLuid string Unique ID of the metric
name string Name of the metric
projectLuid string Unique ID of the associated project
projectName string Name of the associated project
siteName string Name of the Tableau site
suspendState integer State of the metric. The value 0 = Not suspended, 1 = Auto-suspended, and 3 = Manually suspended.
viewLuid string The view from which the metric queries its data

hist_rename_published_connection

The hist_rename_published_connection event is logged when a published connection is renamed.

Attribute Name Type Description
activated boolean Whether this published connection was ever made available for consumption
description string Description of the published connection
formerName string The former name of the published connection
name string Name of the published connection
ownerLuid string Unique ID of the user that owns the published connection
ownerName string Name of the user who owns the published connection
projectLuid string The associated project
projectName string The name of the associated project
publishedConnectionLuid string Unique ID of the published connection
siteName string Name of the Tableau site

hist_rename_workbook

The hist_rename_workbook event is logged when a workbook is renamed.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
formerName string The former name of the workbook
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_replace_datasource_extract

The hist_replace_datasource_extract event is logged when a data extract is replaced.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
details string A message string
isCertified boolean Indicates whether the data source is certified
isFailure boolean Indicates whether the action failed or not
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
taskLuid string LUID of the associated task
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_revoke_refresh_token

The hist_revoke_refresh_token event is logged when a refresh token or personal access token (PAT) is revoked.

Attribute Name Type Description
refreshTokenGuid string The unique ID of the refresh token or PAT
siteName string Name of the Tableau site

hist_run_flow

The hist_run_flow event is logged when a flow is run manually.

Attribute Name Type Description
contentVersion string The version of the flow file. Increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_run_flow_scheduled

The hist_run_flow_scheduled event is logged when a flow is run from a schedule.

Attribute Name Type Description
contentVersion string The version of the flow file. Increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes
taskLuid string LUID of the associated task

hist_save_flow

The hist_save_flow event is logged when a flow is saved.

Attribute Name Type Description
contentVersion string The version of the flow file. Increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_save_flow_draft

The hist_save_flow_draft event is logged when a flow draft is saved.

Attribute Name Type Description
createdAt string Timestamp when the record was created in ISO 8601 UTC
flowDraftLuid string Unique ID of the flow draft
flowLuid string Unique ID of the flow. The value is Null if the flow draft isn't connected to a published flow.
name string Name of the flow draft
ownerLuid string Unique ID of the flow draft owner. The owner of the flow draft may be different than the flow owner.
ownerName string Name of the flow draft owner. The owner of the flow draft may be different than the flow owner.
projectLuid string Unique ID of the project that contains the flow draft
projectName string Name of the project that contains the flow draft
publishedAt string Timestamp when the flow draft was last published in ISO 8601 at UTC.
siteName string Name of the Tableau site
size long Size of the flow draft in bytes
updatedAt string Timestamp when the record was last updated in ISO 8601 UTC

hist_send_data_driven_alert_email

The hist_send_data_driven_alert_email event is logged when a data-driven alert email or notification is sent successfully.

Attribute Name Type Description
caption string The descriptive phrase constructed for the worksheet based on the workbook definition
description string Description of the view
fields string A list of fields extracted from the workbook .twb file
firstPublishedAt string Timestamp of when the view was first published. The value won't change when republishing the workbook containing the view.
index integer Each view has an index that is unique among views belonging to that workbook
name string Name of the view
ownerLuid string User LUID of the view owner
ownerName string Name of the view owner
repositoryUrl string Uniquely identifies a view and is used when referencing the view in a URL. The value is derived from the ASCII characters in the view name.
revision string The revision number of the view. Starts with 1.0 and increments by 0.1 each time a new version is published.
sheetId string The ID of the worksheet
sheetType string The type of worksheet. Either a story, dashboard, or view.
siteName string Name of the Tableau site
title string The worksheet title from the workbook .twb file
viewLuid string The LUID of the view
workbookLuid string The LUID of the workbook containing the view
workbookName string Name of the workbook containing the view

hist_send_failing_data_alert_email

The hist_send_failing_data_alert_email event is logged when a data-driven alert email or notification fails.

Attribute Name Type Description
caption string The descriptive phrase constructed for the worksheet based on the workbook definition
description string Description of the view
fields string A list of fields extracted from the workbook .twb file
firstPublishedAt string Timestamp of when the view was first published. The value won't change when republishing the workbook containing the view.
index integer Each view has an index that is unique among views belonging to that workbook
name string Name of the view
ownerLuid string User LUID of the view owner
ownerName string Name of the view owner
repositoryUrl string Uniquely identifies a view and is used when referencing the view in a URL. The value is derived from the ASCII characters in the view name.
revision string The revision number of the view. Starts with 1.0 and increments by 0.1 each time a new version is published.
sheetId string The ID of the worksheet
sheetType string The type of worksheet. Either a story, dashboard, or view.
siteName string Name of the Tableau site
title string The worksheet title from the workbook .twb file
viewLuid string The LUID of the view
workbookLuid string The LUID of the workbook containing the view
workbookName string Name of the workbook containing the view

hist_send_refresh_pre_pause_email_for_content

The hist_send_refresh_pre_pause_email_for_content event logs when a refresh pre-pause email is sent.

Attribute Name Type Description
contentLuid string LUID of the content item for which the refresh pre-pause email was sent
contentName string Name of the content item for which the refresh pre-pause email was sent
email string Email address of the user
name string Name of the user
ownerLuid string LUID of the content owner
ownerName string Name of the content owner
siteAdminLevel integer Indicates if the user is a site admin. The value 5 = Site Admin and 0 = Not a site admin.
siteName string Name of the Tableau site
userLuid string Unique ID of the user

hist_send_subscription_email_for_view

The hist_send_subscription_email_for_view event event is logged when a view subscription email is sent successfully.

Attribute Name Type Description
caption string The descriptive phrase constructed for the worksheet based on the workbook definition
description string Description of the view
fields string A list of fields extracted from the workbook .twb file
firstPublishedAt string Timestamp of when the view was first published. The value won't change when republishing the workbook containing the view.
index integer Each view has an index that is unique among views belonging to that workbook
name string Name of the view
ownerLuid string User LUID of the view owner
ownerName string Name of the view owner
repositoryUrl string Uniquely identifies a view and is used when referencing the view in a URL. The value is derived from the ASCII characters in the view name.
revision string The revision number of the view. Starts with 1.0 and increments by 0.1 each time a new version is published.
scheduleLuid string The UUID of the schedule. Used in REST API.
scheduleName string Name of the schedule
sheetId string The ID of the worksheet
sheetType string The type of worksheet. Either a story, dashboard, or view.
siteName string Name of the Tableau site
title string The worksheet title from the workbook .twb file
viewLuid string The LUID of the view
workbookLuid string The LUID of the workbook containing the view
workbookName string Name of the workbook containing the view

hist_send_subscription_email_for_workbook

The hist_send_subscription_email_for_workbook event is logged when a workbook subscription email is sent successfully.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
scheduleLuid string The UUID of the schedule. Used in REST API.
scheduleName string A schedule can be given a name, which is stored here.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_send_suspended_data_alert_email

The hist_send_suspended_data_alert_email event is logged when a data-driven alert is suspended.

Attribute Name Type Description
caption string The descriptive phrase constructed for the worksheet based on the workbook definition
description string Description of the view
fields string A list of fields extracted from the workbook .twb file
firstPublishedAt string Timestamp of when the view was first published. The value won't change when republishing the workbook containing the view.
index integer Each view has an index that is unique among views belonging to that workbook
name string Name of the view
ownerLuid string User LUID of the view owner
ownerName string Name of the view owner
repositoryUrl string Uniquely identifies a view and is used when referencing the view in a URL. The value is derived from the ASCII characters in the view name.
revision string The revision number of the view. Starts with 1.0 and increments by 0.1 each time a new version is published.
sheetId string The ID of the worksheet
sheetType string The type of worksheet. Either a story, dashboard, or view.
siteName string Name of the Tableau site
title string The worksheet title from the workbook .twb file
viewLuid string The LUID of the view
workbookLuid string The LUID of the workbook containing the view
workbookName string Name of the workbook containing the view

hist_suspend_site

The hist_suspend_site event is logged when a site is suspended.

Attribute Name Type Description
name string Name of the Tableau site
siteEventLuid string Unique ID of the site affected by the event
siteName string Name of the Tableau site
urlNamespace string Used in the construction of URLs that target the site

hist_update_collection

The hist_update_collection event is logged when a collection is updated.

Attribute Name Type Description
collectionLuid string Unique identifier
description string Description of the collection
name string Name of the collection
ownerLuid string Unique ID of the user who owns the collection
ownerName string Name of the user who owns the collection
siteName string Name of the Tableau site

hist_update_column

The hist_update_column event is logged when a column is updated.

Attribute Name Type Description
columnLuid string Unique identifier
description string Description of the column
name string Name of the column
ownerLuid string Unique ID of the user who owns the column
ownerName string Name of the user who owns the column
projectLuid string Unique ID of the project that contains the column
projectName string Name of the project that contains the column
siteName string Name of the Tableau site

hist_update_data_quality_indicator

The hist_update_data_quality_indicator event is logged when a data quality indicator is updated.

Attribute Name Type Description
dataQualityIndicatorLuid string Unique identifier
dataQualityType string The type of data quality indicator
isActive boolean Indicates whether the data quality indicator is active or not
isSevere boolean Indicates whether the data quality indicator is severe or not
message string Data quality filter message
siteName string Name of the Tableau site
userDisplayName string Name of user who created or modified the data quality indicator
userLuid string Unique ID of the user who created or modified the data quality indicator

hist_update_data_role

The hist_update_data_role event is logged when a data role is updated.

Attribute Name Type Description
dataRoleLuid string Unique identifier
description string Description of the data role
name string Name of the data role
ownerLuid string Unique ID of the data role owner
ownerName string Name of the data role owner
projectLuid string Unique ID of the project that contains the data role
projectName string Name of the project that contains the data role
siteName string Name of the Tableau site

hist_update_database

The hist_update_database event is logged when a database is updated.

Attribute Name Type Description
databaseLuid string Unique identifier
description string Description of the database
name string Name of the database
ownerLuid string Unique ID of the database owner
ownerName string Name of the database owner
projectLuid string Unique ID of the project that contains the database
projectName string Name of the project that contains the database
siteName string Name of the Tableau site

hist_update_datasource

The hist_update_datasource event is logged when a data source is updated.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_update_datasource_task

The hist_update_datasource_task event is logged when data source related tasks are updated.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If set to False, the task won't run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string Unique ID of the object. Used as the primary key in workbook or data source tables.
objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Provides additional information about the task
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_update_datasource_trigger

The hist_update_datasource_trigger event specifies what caused the data source to be updated.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string LUID of the data source
description string Description of the data source
isCertified boolean Indicates whether the data source is certified
name string Name of the data source
ownerLuid string User LUID of the data source owner
ownerName string Name of the data source owner
projectLuid string LUID of the project containing the data source
projectName string Name of the project where the data source was published
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_update_flow

The hist_update_flow event is logged when a flow is updated.

Attribute Name Type Description
contentVersion string The version of the flow file. Increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_update_flow_draft

The hist_update_flow_draft event is logged when a flow draft is updated.

Attribute Name Type Description
createdAt string Timestamp when the record was created in ISO 8601 UTC
flowDraftLuid string Unique ID of the flow draft
flowLuid string Unique ID of the flow. The value is Null if the flow draft isn't connected to a published flow.
name string Name of the flow draft
ownerLuid string Unique ID of the flow draft owner. The owner of the flow draft may be different than the flow owner.
ownerName string Name of the flow draft owner. The owner of the flow draft may be different than the flow owner.
projectLuid string Unique ID of the project that contains the flow draft
projectName string Name of the project that contains the flow draft
publishedAt string Timestamp when the flow draft was last published in ISO 8601 at UTC.
siteName string Name of the Tableau site
size long Size of the flow draft in bytes
updatedAt string Timestamp when the record was last updated in ISO 8601 UTC

hist_update_flow_task

The hist_update_flow_task event is logged when a flow update task is run.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If set to False, the task won't run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string Unique ID of the object. Used as the primary key in workbook or data source tables.
objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Provides additional information about the task
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_update_flow_trigger

The hist_update_flow_trigger event specifies what caused the flow to update.

Attribute Name Type Description
contentVersion string The version of the flow file. Increments by 1 on each publish.
description string Description of the flow
flowLuid string Unique ID of the flow
name string Name of the flow
siteName string Name of the Tableau site
size integer Size of the flow in bytes

hist_update_linked_task

The hist_update_linked_task event is logged when a linked update task is run.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If set to False, the task won't run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string Unique ID of the object. Used as the primary key in workbook or data source tables.
objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Provides additional information about the task
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_update_metric

The hist_update_metric event is logged when a metric is updated.

Attribute Name Type Description
customizedViewLuid string The view from which the metric queries its data
description string Description of the metric
metricLuid string Unique ID of the metric
name string Name of the metric
projectLuid string Unique ID of the associated project
projectName string Name of the associated project
siteName string Name of the Tableau site
suspendState integer State of the metric. The value 0 = Not suspended, 1 = Auto-suspended, and 3 = Manually suspended.
viewLuid string The view from which the metric queries its data

hist_update_project

The hist_update_project event is logged when a project is updated.

Attribute Name Type Description
description string Description of the project
name string Name of the project
ownerLuid string Unique ID of the project owner
ownerName string Name of the project owner
parentProjectLuid string LUID of the parent project. The value is Null for top-level projects.
projectLuid string Unique identifier for the project
siteName string Name of the Tableau site
state string State of the project. The default value is active. Any other value indicates the project is inactive.

hist_update_schedule

The hist_update_schedule event is logged when a scheduled is updated.

Attribute Name Type Description
active boolean Indicates whether the schedule is active or not. If set to False, no tasks will run when the schedule is triggered.
dayOfMonthMask integer Indicates which day of the month the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the month correspond to 1st = 1, 2nd = 10, 3rd = 100, 4th = 1000, 5th = 10000, etc.
dayOfWeekMask integer Indicates which day of the week the schedule will run. The information is encoded in the given integer. To interpret it, convert the integer to binary. The days of the week correspond to Sunday = 1, Monday = 10, Tuesday = 100, Wednesday = 1000, Thursday = 10000, Friday = 100000, and Saturday = 1000000.
endAtMinute integer The minute after the specified schedule_type period begins, indicating when the schedule should stop triggering.
endScheduleAt string Timestamp when the schedule should stop triggering in ISO 8601 UTC
isSerial boolean Indicates whether the schedule is run serially or not
minuteInterval integer Once triggered, the schedule will repeat at this interval until it ends as per the schedule_type, end_at_minute, or end_schedule_at.
name string Name of the schedule
priority integer Priority ranges from 1 to 100, with lower values corresponding to a higher priority.
scheduleLuid string Unique ID of the schedule
scheduleType integer The type of schedule. The value 0 = Hourly, 1 = Daily, 2 = Weekly, and 3 = Monthly.
scheduledAction integer Category of the scheduled action. The value 0 = Extracts and 1 = Subscriptions.
siteName string Name of the Tableau site
startAtMinute integer The minute after the scheduled start time per the schedule_type. For example, in a daily schedule, it's minutes past midnight; for hourly, it's minutes past the hour.

hist_update_site

The hist_update_site event is logged when a site is updated.

Attribute Name Type Description
name string Name of the Tableau site
siteEventLuid string Unique ID of the site affected by the event
siteName string Name of the Tableau site
urlNamespace string Used in the construction of URLs that target the site

hist_update_system_user_email

The hist_update_system_user_email event is logged when a system user's email is changed.

Attribute Name Type Description
email string Email address of the user
formerEmail string The former Email address of the user.
name string Name of the user
siteAdminLevel integer Indicates if the user is a site admin. The value 5 = Site Admin and 0 = Not a site admin.
siteName string Name of the Tableau site
userLuid string Unique ID of the user

hist_update_system_user_force_password_update

The hist_update_system_user_force_password_update event logs a successful invocation that forces a password update.

Attribute Name Type Description
email string Email address of the user
name string Name of the user
siteAdminLevel integer Indicates if the user is a site admin. The value 5 = Site Admin and 0 = Not a site admin.
siteName string Name of the Tableau site
userLuid string Unique ID of the user

hist_update_system_user_image

The hist_update_system_user_image event is logged when a system user updates their profile image.

Attribute Name Type Description
email string Email address of the user
name string Name of the user
siteAdminLevel integer Indicates if the user is a site admin. The value 5 = Site Admin and 0 = Not a site admin.
siteName string Name of the Tableau site
userLuid string Unique ID of the user

hist_update_system_user_name

The hist_update_system_user_name event is logged when a system user updates their name.

Attribute Name Type Description
email string Email address of the user
formerName string The former friendly name of the user.
name string Name of the user
siteAdminLevel integer Indicates if the user is a site admin. The value 5 = Site Admin and 0 = Not a site admin.
siteName string Name of the Tableau site
userLuid string Unique ID of the user

hist_update_system_user_password

The hist_update_system_user_password event is logged when a system user updates their password.

Attribute Name Type Description
email string Email address of the user
name string Name of the user
siteAdminLevel integer Indicates if the user is a site admin. The value 5 = Site Admin and 0 = Not a site admin.
siteName string Name of the Tableau site
userLuid string Unique ID of the user

hist_update_system_user_reset_login_rate_limiting

The hist_update_system_user_reset_login_rate_limiting event logs a successful invocation that resets the login rate limiting values

Attribute Name Type Description
email string Email address of the user
name string Name of the user
siteAdminLevel integer Indicates if the user is a site admin. The value 5 = Site Admin and 0 = Not a site admin.
siteName string Name of the Tableau site
userLuid string Unique ID of the user

hist_update_table

The hist_update_table event is logged when a table is updated.

Attribute Name Type Description
description string Description of the table
name string Name of the table
ownerLuid string Unique ID of the table owner
ownerName string Name of the table owner
projectLuid string Unique ID of the project that contains the table
projectName string Name of the project that contains the table
siteName string Name of the Tableau site
tableLuid string Unique identifier

hist_update_task_state

The hist_update_task_state event is logged when the state of a task is changed.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If set to False, the task won't run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string Unique ID of the object. Used as the primary key in workbook or data source tables.
objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Provides additional information about the task
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_update_user_site_role

The hist_update_user_site_role event is logged when a user's site role is changed.

Attribute Name Type Description
email string Email address of the user
name string Name of the user
siteAdminLevel integer Indicates if the user is a site admin. The value 5 = Site Admin and 0 = Not a site admin.
siteName string Name of the Tableau site
userLuid string Unique ID of the user

hist_update_workbook

The hist_update_workbook event is logged when a workbook is updated.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_update_workbook_task

The hist_update_workbook_task event is logged when a workbook update task is run.

Attribute Name Type Description
active boolean Indicates whether the task is active or not. If set to False, the task won't run when the schedule is triggered.
consecutiveFailureCount integer Number of times the task has failed
creatorLuid string User ID of the user who created the task
creatorName string Name of the user who created the task
historicalQueueTime integer Amount of time the task was queued in seconds. Used to compare the difference in historical queue times.
historicalRunTime integer Amount of time running after the task was started in seconds. Used to compare the difference in historical run times.
lastSuccessCompletedAt string Timestamp of the last successful task completion in ISO 8601 UTC
objLuid string Unique ID of the object. Used as the primary key in workbook or data source tables.
objName string Name of the object. Used with objLuid.
objType string The type of object. Either a workbook or data source. Used with objLuid.
priority integer Priority of the task, ranging from 10 (default) to 0 (highest). Jobs with higher priority will be processed earlier.
scheduleLuid string Unique ID of the associated schedule. Tasks will run at the scheduled start time.
siteName string Name of the Tableau site
state integer State of the task. The value 0 = Active, 1 = Suspended, and 2 = Disabled.
subtitle string Provides additional information about the task
taskLuid string The UUID of the task. Used in the REST API.
title string Provides additional information about the task
type string The type of task. Either an extract, subscription, flow, encryption, or system.

hist_upgrade_datasource_extract_storage

The legacy upgrade data source extract storage event from historical_events.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string Unique identifier
description string Description of the data source
details string A message string
isCertified boolean Indicates whether the data source is certified
isFailure boolean Indicates whether the action failed or not
name string Name of the data source
ownerLuid string Unique ID of the data source owner
ownerName string Name of the data source owner
projectLuid string Unique ID of the project that contains the data source
projectName string Name of the project that contains the data source
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
taskLuid string LUID of the associated task
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_upgrade_datasource_tde_extract

The legacy upgrade data source tde extract event from historical_events.

Attribute Name Type Description
certificationNote string Reason for the certification status of the data source
datasourceLuid string Unique identifier
description string Description of the data source
details string A message string
isCertified boolean Indicates whether the data source is certified
isFailure boolean Indicates whether the action failed or not
name string Name of the data source
ownerLuid string Unique ID of the data source owner
ownerName string Name of the data source owner
projectLuid string Unique ID of the project that contains the data source
projectName string Name of the project that contains the data source
remoteQueryAgentName string Name of the remote query agent used by the data source
repositoryUrl string Uniquely identifies a data source and is used when referencing the data source in a URL. The value is derived from the ASCII characters in the data source name.
revision string The revision number of the data source. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the data source in bytes
taskLuid string LUID of the associated task
usingRemoteQueryAgent boolean Indicates whether the data source uses remote query agent

hist_upgrade_workbook_extract_storage

The legacy upgrade workbook extract storage event from historical_events.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
details string A message string
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isFailure boolean Indicates whether the action failed or not
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
taskLuid string LUID of the associated task
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

hist_upgrade_workbook_tde_extract

The legacy upgrade workbook tde extract event from historical_events.

Attribute Name Type Description
contentVersion integer Version number of the workbook. Increments by 1 on each publish.
dataEngineExtracts boolean Indicates if the workbook has associated data engine extracts
defaultViewIndex integer Indicates which view will be shown by default
details string A message string
displayTabs boolean Indicates whether sheets of the workbook are displayed as tabs or not
documentVersion string Version number of the document description. The description is entered when saving the workbook.
extractsIncrementedAt string Timestamp when the last incremental extract refresh occurred in ISO 8601 UTC
extractsRefreshedAt string Timestamp when the last extract refresh occurred in ISO 8601 UTC
firstPublishedAt string Timestamp when the workbook was first published. The value won't change when republishing the workbook containing the view.
incrementableExtracts boolean Indicates whether it's possible to perform an incremental extract refresh
isFailure boolean Indicates whether the action failed or not
isPrivate boolean Indicates whether the workbook is private or not. The value True = Private and Null or False = Not private.
lastPublishedAt string Timestamp when the workbook was last published or saved while web authoring. For workbooks last published before this column existed, the value will be Null.
modifiedByUserLuid string The user who last modified and published the workbook or saved the workbook while web authoring. For workbooks that were last published before this column existed, the value will be the same as owner_id.
name string Name of the workbook
ownerLuid string Unique ID of the workbook owner. Used as a foreign key.
ownerName string Name of the user who owns the workbook
projectLuid string Unique ID of the project that contains the workbook. Used as a foreign key.
projectName string Name of the project that contains the workbook
publishedAllSheets boolean Indicates whether all sheets in the workbook were published. The value True = All sheets published and False = One or more sheets weren't published.
refreshableExtracts boolean Indicates whether extracts in the workbook can be refreshed
repositoryUrl string Uniquely identifies a workbook and is used when referencing the workbook in a URL. The value is derived from the ASCII characters in the workbook name.
revision string The revision number. Starts with 1.0 and increments by 0.1 each time a new version is published.
siteName string Name of the Tableau site
size integer Size of the workbook in bytes
taskLuid string LUID of the associated task
thumbUserLuid string Unique ID of the user for generating the thumbnail image. Null unless specified.
viewCount integer Counts the number of views associated with the workbook
workbookLuid string Unique ID of the workbook

metric_subscription_change

The metric_subscription_change event is logged when a user adds or removes a subscription to a Pulse metric.

Attribute Name Type Description
actorGroupLuid string Group LUID of the group that followed or unfollowed the metric. If a user changes the scoped metric, the actorGroupLuid value will be empty, and actorUserLuid will be populated instead.
scopedMetricId string The ID of the scoped metric that had a subscription change
subscriptionOperation string Subscription operation, such as 'metric followed' or 'metric unfollowed'

move_content

The move_content event is logged when content is moved, for example, moving a workbook between projects.

Attribute Name Type Description
contentId integer The ID of the content that had the owner changed
contentLuid string LUID of the content that had the owner changed
contentName string Name of the content that had the owner changed
contentType string The type of content, such as data source, workbook, or view
isError boolean Indicates if the audit scenario was completed successfully or failed with an error
newContainerLuid string LUID of the new container
newContainerType string The new container type, such as a project
oldContainerLuid string LUID of the previous container
oldContainerType string The previous container type, such as a project

project_lock_unlock

The project_lock_unlock event is logged when project permissions are locked or unlocked.

Attribute Name Type Description
controllingProjectLuid string LUID of the project that controls permissions for the nested project
isError boolean Indicates if the audit scenario was completed successfully or failed with an error
projectLuid string LUID of the project
projectOperation string Project operation, either lock or unlock

update_permissions

The update_permissions event is logged when an explicit permission rule is updated for a content item.

Attribute Name Type Description
authorizableType string The type of content that had its permissions changed, such as a project or workbook
capabilityId integer The ID of the capability. A capability is the ability to perform actions on content, such as view, filter, download, or delete
capabilityValue string Description of the capability
contentId integer The ID of the content that had the permissions updated
contentLuid string The LUID of the content
contentName string The name of the content that had the permissions updated
granteeId integer The ID of the grantee
granteeLuid string The LUID of the grantee
granteeType string The type of grantee, either user or group
granteeValue string The updated permissions value, such as 'user allow' or 'group allow'
isError boolean Indicates if the audit scenario was completed successfully or failed with an error
permissionType string The permission type, either explicit or unspecified

update_permissions_template

The update_permissions_template event is logged when a permission template for a project is updated.

Attribute Name Type Description
authorizableType string The type of content that had its permissions changed, such as a project or workbook
capabilityId integer The ID of the capability. A capability is the ability to perform actions on content, such as view, filter, download, or delete
capabilityValue string Description of the capability
contentId integer The ID of the content that had the permissions updated
contentLuid string The LUID of the content
contentName string The name of the content that had the permissions updated
granteeId integer The ID of the grantee
granteeLuid string The LUID of the grantee
granteeType string The type of grantee, either user or group
granteeValue string The updated permissions value, such as 'user allow' or 'group allow'
isError boolean Indicates if the audit scenario was completed successfully or failed with an error
permissionType string The permission type, either explicit or unspecified
templateType string The type of permission template used to change permissions, such as workbook or data source

user_create_delete

The user_create_delete event is logged when a user is created or deleted.

Attribute Name Type Description
forUserName string The name of the user whose account was either created, updated or deleted
isError boolean Indicates if the audit scenario was completed successfully or failed with an error
siteRole string Site role of the user. Determines the maximum level of access a user can have on the site
targetUserId integer The ID of the user whose account was either created, updated, or deleted
targetUserLuid string The LUID of the user whose account was either created, updated, or deleted
userOperation string The action performed on a user, either create, delete, or site role change
Thanks for your feedback!Your feedback has been successfully submitted. Thank you!