Activity audit log API reference

This page provides a reference for the resource types and event types you can use as query parameters to filter responses from the Get activity audit log API.

  • Resource types specify which resource categories the API should include in the activity audit log results. For example, use include_resource_types[]=flow to retrieve only activities related to recipes.
  • Event types define the events logged for these resource types, such as creating or deleting a recipe.

The resource types and event types listed in this document are specific to the activities available in your workspace for direct customers and the admin workspace for Embedded partners. You can use the following query parameters to include or exclude these types in your results:

  • include_resource_types[]
  • include_event_types[]
  • exclude_resource_types[]
  • exclude_event_types[]

Resource types

The following table maps each resource_type used in the API to its corresponding display name in the user interface.

Resource typeDisplay name
AccountEmbedded partners only. Account settings
AccountPropertyEnvironment properties
AdapterCustom connectors
ApiAccessProfileAPI access profiles
ApiClientDeveloper API clients
ApiCustomerAPI clients (API platform)
ApiEndpointAPI endpoints
ApiGroupAPI collections
ApiPolicyAPI access policies
ApiPrivilegeGroupDeveloper API client roles
AuditLogReplicationSettingsAudit log streaming
CommunityAdapterPublicationCommunity connectors
CustomOauthKeyCustom OAuth profiles
CustomOauthKeyAssignmentEmbedded partners only. Custom OAuth profile assignments
DeploymentProject deployments
ExportManifestManifests
FlowRecipes
FolderFolders
LCAP::Models::AppDirect only. Workflow apps
LCAP::Models::PageDirect only. Workflow apps pages
LookupTableLookup tables
ManagedUserGrantWorkspace collaborators and moderators
MemberInvitationWorkspace invitations
OrganizationAdapterPublicationShared connectors
PackagePackages
PrivilegeGroupCollaborator roles
ProjectProjects
ProjectBuildProject builds
ProjectPropertyProject properties
SharedAccountConnections
SharingTokenSharing tokens
Tags::Models::TagTags
TeamProfileWorkspace admin settings
TopicEvent topics
UserUsers. This resource type includes the Workspace and Environments subtypes, which you may encounter as the resource[type] in the API response.
WorkatoDbTableData tables
WorkatoSchemaCommon data models
WorkatoTemplateMessage templates
dashboards_pageInsights dashboards
field_map_schemaDynamic field mapping
lcap_app_user_group_role_assignmentDirect only. Workflow apps user group role assignment
lcap_app_workflow_stageDirect only. Workflow apps stages
lcap_apps_portalDirect only. Workflow apps portal
lcap_userDirect only. Workflow apps users
lcap_user_groupDirect only. Workflow apps user groups
test_caseTest cases

Event types

The following events are grouped by their associated resource type. Each resource type represents a category of activities tracked in the audit log.

Account

Event typeDescription
branding_updatedEmbedded partners only. The branding of admin and customer workspaces was updated.

AccountProperty

Event typeDescription
account_property_createdAn environment property was created.
account_property_deletedAn environment property was deleted.
account_property_updatedAn environment property was updated.

Adapter

Event typeDescription
connector_createdA custom connector was created.
connector_deletedA custom connector was deleted.
connector_installedA custom connector was installed in the workspace.
connector_releasedA custom connector was released.
connector_sharedA custom connector was shared.
connector_shared_closed_source_changedThe source code sharing settings of a custom connector were modified.
connector_updatedA custom connector was updated.

ApiAccessProfile

Event typeDescription
access_profile_api_key_refreshedThe API key for an access profile was refreshed.
access_profile_createdAn API access profile was created.
access_profile_deletedAn API access profile was deleted.
access_profile_updatedAn API access profile was updated.

ApiClient

Event typeDescription
developer_api_client_createdA Developer API client was created.
developer_api_client_deletedA Developer API client was deleted.
developer_api_client_updatedA Developer API client was updated.
token_leakedThe API token for a Developer API client was leaked.
token_regeneratedA token was regenerated for a Developer API client.

ApiCustomer

Event typeDescription
api_customer_createdAn API client was created in the API platform.
api_customer_deletedAn API client was deleted in the API platform.
api_customer_updatedAn API client was updated in the API platform.

ApiEndpoint

Event typeDescription
endpoint_activatedAn API endpoint was activated in an API collection.
endpoint_createdAn API endpoint was created in an API collection.
endpoint_deactivatedAn API endpoint was deactivated in an API collection.
endpoint_deletedAn API endpoint was deleted from an API collection.
endpoint_updatedAn API endpoint was updated in an API collection.

ApiGroup

Event typeDescription
api_collection_createdAn API collection was created.
api_collection_deletedAn API collection was deleted.
api_collection_updatedAn API collection was updated.

ApiPolicy

Event typeDescription
api_policy_createdAn API policy was created.
api_policy_deletedAn API policy was deleted.
api_policy_updatedAn API policy was updated.

ApiPrivilegeGroup

Event typeDescription
api_privilege_group_createdA Developer API client role was created.
api_privilege_group_deletedA Developer API client role was deleted.
api_privilege_group_updatedA Developer API client role was updated.

AuditLogReplicationSettings

Event typeDescription
audit_log_streaming_content_updatedThe audit log streaming content was updated.
audit_log_streaming_destination_updatedThe audit log streaming destination was updated.
audit_log_streaming_disabledAudit log streaming was disabled in Workspace admin or the Admin console (Embedded).
audit_log_streaming_enabledAudit log streaming was enabled in Workspace admin or the Admin console (Embedded).

CommunityAdapterPublication

Event typeDescription
community_adapter_publication_approvedA community connector listing was approved.
community_adapter_publication_deletedA community connector listing was deleted.
community_adapter_publication_for_reviewA community connector listing was submitted for review.
community_adapter_publication_updated_by_adminA community connector listing was updated by an admin.

CustomOauthKey

Event typeDescription
custom_oauth_key_createdA custom OAuth profile was created.
custom_oauth_key_deletedA custom OAuth profile was deleted.
custom_oauth_key_updatedA custom OAuth profile was updated.

CustomOauthKeyAssignment

Event typeDescription
custom_oauth_profile_assignment_createdEmbedded partners only. A custom OAuth profile was assigned to a customer workspace or a specific environment in the customer workspace.
custom_oauth_profile_assignment_deletedEmbedded partners only. A custom OAuth profile was removed from a customer workspace or a specific environment in the customer workspace.

Deployment

Event typeDescription
deployment_failedA deployment failed.
deployment_finishedA deployment finished.
deployment_review_approvedA deployment was approved.
deployment_review_comment_createdA comment was added to a deployment asset.
deployment_review_createdA review was created for a deployment.
deployment_review_created_commentA comment was added to a deployment review.
deployment_review_deletedA deployment review was deleted.
deployment_review_rejectedA deployment was rejected.
deployment_review_resetA deployment was re-opened for review.
deployment_review_updated_commentA comment added to a deployment review was updated.
deployment_submitted_for_reviewA deployment was submitted for review.

ExportManifest

Event typeDescription
manifest_createdA manifest was created.
manifest_deletedA manifest was deleted.
manifest_updatedA manifest was updated.

Flow

Event typeDescription
recipe_concurrency_updatedA recipe's concurrency setting was updated.
recipe_copiedA recipe was copied.
recipe_createdA recipe was created.
recipe_data_retention_settings_updatedA recipe's data retention settings were updated.
recipe_deletedA recipe was deleted.
recipe_made_privateA recipe was made private.
recipe_made_publicA recipe was made public.
recipe_movedA recipe was moved to a different folder.
recipe_renamedA recipe was renamed.
recipe_startedA recipe was started.
recipe_stoppedA recipe was stopped.
recipe_trigger_resetA recipe's trigger was reset.
recipe_undeletedA recipe was restored.
recipe_updatedA recipe was updated.
tags_addedTags were added to a recipe.
tags_removedTags were removed from a recipe.

Folder

Event typeDescription
folder_createdA folder was created.
folder_deletedA folder was deleted.
folder_movedA folder was moved to a different project or folder.
folder_renamedA folder was renamed.

LCAP::Models::App

Event typeDescription
lcap_app_createdDirect only. A Workflow app was created.
lcap_app_deletedDirect only. A Workflow app was deleted.
lcap_app_publishedDirect only. A Workflow app was published.
lcap_app_renamedDirect only. A Workflow app was renamed.
lcap_app_unpublishedDirect only. A Workflow app was unpublished.
lcap_app_updatedDirect only. A Workflow app's configuration was updated.

LCAP::Models::Page

Event typeDescription
lcap_page_createdDirect only. A Workflow app page was created.
lcap_page_deletedDirect only. A Workflow app page was deleted.
lcap_page_movedDirect only. A Workflow app page was moved.
lcap_page_renamedDirect only. A Workflow app page was renamed.
lcap_page_updatedDirect only. A Workflow app page was updated.
tags_addedDirect only. Tags were added to a Workflow app page.
tags_removedDirect only. Tags were removed from a Workflow app page.

LookupTable

Event typeDescription
lookup_table_createdA lookup table was created.
lookup_table_deletedA lookup table was deleted.
lookup_table_exportedA lookup table was exported as a CSV file.
lookup_table_importedA lookup table was imported as a CSV file.
lookup_table_movedA lookup table was moved to a different project.
lookup_table_renamedA lookup table was renamed.
lookup_table_truncatedA lookup table was truncated.
lookup_table_updatedA lookup table was updated.

ManagedUserGrant

Event typeDescription
customer_manager_assignedEmbedded partners only. A customer manager was created and assigned to customer workspace(s).
customer_manager_removedEmbedded partners only. A customer manager was removed from customer workspace(s).
customer_manager_updatedEmbedded partners only. A customer manager assignment was updated.
team_membership_createdA user joined a workspace with a specific role.
team_membership_deletedA user was removed from the workspace.
team_membership_updatedA user's collaborator role was updated.
workspace_moderator_assignedA workspace moderator was assigned.
workspace_moderator_removedA workspace moderator was removed.
workspace_moderator_updatedA workspace moderator was updated.

MemberInvitation

Event typeDescription
saml_sso_team_invitation_acceptA collaborator accepted the workspace invitation for a workspace with SAML SSO enforcement enabled and joined with a specific role.
team_invitation_acceptA user accepted the workspace invitation and joined the workspace with a specific role.
team_invitation_createdA user invited another user to join the workspace with a specific role.
team_invitation_deletedA user cancelled the invitation for a user to join the workspace.
team_invitation_rejectAn invited user refused to join the workspace.
team_invitation_updatedA user updated another user's invitation by changing their collaborator role.

OrganizationAdapterPublication

Event typeDescription
organization_adapter_publication_createdA shared connector was deployed either from Automation HQ to all workspaces or from the Admin console to Embedded customer workspaces.
organization_adapter_publication_updatedA shared connector was redeployed with a new version either from Automation HQ to all workspaces or from the Admin console to Embedded customer workspaces.
organization_adapter_publication_deletedA shared connector was removed either from all workspaces or from customer workspaces.

Package

Event typeDescription
package_exportedA package was exported.
package_importedA package was imported.

PrivilegeGroup

Event typeDescription
role_createdA collaborator role was created.
role_deletedA collaborator role was deleted.
role_permissions_changedThe permissions for a collaborator role changed.
role_updatedA collaborator role was updated.

Project

Event typeDescription
project_createdA project was created.
project_deletedA project was deleted.

ProjectBuild

Event typeDescription
project_build_downloadedA project build was downloaded.

ProjectProperty

Event typeDescription
project_property_createdA project property was created.
project_property_deletedA project property was deleted.
project_property_updatedA project property was updated.

SharedAccount

Event typeDescription
connection_connectedA connection was established successfully.
connection_createdA connection was created.
connection_deletedA connection was deleted.
connection_disconnectedA connection was disconnected.
connection_movedA connection was moved to a different folder.
connection_updatedA connection was edited.
tags_addedTags were added to a connection.
tags_removedTags were removed from a connection.

SharingToken

Event typeDescription
sharing_token_createdA sharing token was generated for a recipe.
sharing_token_deletedA sharing token was revoked for a recipe.

Tags::Models::Tag

Event typeDescription
tag_createdA tag was created.
tag_deletedA tag was deleted.
tag_updatedA tag was updated.

TeamProfile

Event typeDescription
scim_token_createdA System for Cross-domain Identity Management specification (SCIM) token was created.
scim_token_refreshedA SCIM token was refreshed.
scim_token_revokedA SCIM token was revoked.
team_profile_auth_method_changedThe workspace authentication method was changed.
team_profile_createdThe workspace authentication method was created.
team_profile_handle_changedThe workspace ID was changed.
team_profile_jit_provisioning_disabledSAML SSO Just-in-Time (JIT) provisioning was disabled for the workspace.
team_profile_jit_provisioning_enabledSAML SSO Just-in-Time (JIT) provisioning was enabled for the workspace.
team_profile_name_changedThe workspace name was changed.
team_profile_role_sync_disabledRoles sync through SAML SSO was disabled for the workspace.
team_profile_role_sync_enabledRoles sync through SAML SSO was enabled for the workspace.
team_profile_saml_configuredSAML SSO setting was saved for the workspace using a specific SAML provider.
team_profile_saml_required_disabledSAML SSO enforcement was disabled for the workspace.
team_profile_saml_required_enabledSAML SSO enforcement was enabled for the workspace.

Topic

Event typeDescription
topic_createdAn event topic was created.
topic_deletedAn event topic was deleted.
topic_resetAn event topic was reset.
topic_retention_updatedThe message history retention of the event topic was updated.
topic_schema_updatedAn event topic schema was updated.
topic_updatedAn event topic was updated.

User

Event typeDescription
account_activatedA workspace was activated.
account_activation_email_resentA workspace activation email was re-sent.
account_activation_email_sentA workspace activation email was sent.
account_email_updatedAn account email was updated.
admin_two_fa_disabledTwo-factor authentication (2FA) was disabled for the workspace.
app_access_changedApp access for the workspace or for an Embedded customer workspace was updated.
aws_iam_external_id_scope_updatedAmazon Web Services (AWS) Identity and Access Management (IAM) external scope was updated.
child_user_createdEmbedded partners only. An Embedded customer workspace was provisioned.
child_user_deletedEmbedded partners only. An Embedded customer workspace was deleted, or a specific environment within a customer workspace was deleted.
data_retention_settings_updatedThe workspace data retention settings were updated.
email_change_initiatedAn email change was initiated.
emails_receiving_admin_notifications_updatedThe admin notification email addresses were updated.
emails_receiving_error_notifications_updatedThe error notification email addresses were updated.
embedding_configuration_changedEmbedded partners only. The embedding configuration was changed. For example, the origin URLs or frame ancestors were changed.
environment_provisionedEnvironments were enabled for the workspace or a specific customer workspace.
error_notification_throttling_disabledError notification throttling was disabled.
error_notification_throttling_enabledError notification throttling was enabled.
external_id_updatedEmbedded partners only. The external ID for a customer workspace or a specific environment in the customer workspace was updated.
flows_concurrency_batch_updateThe recipe concurrency was updated.
kms.key_id_updatedThe key management system key ID was updated.
kms.key_material_updatedThe key management system key material was updated.
kms.policy_changedThe key management system policy was changed.
kms.policy_enabledThe key management system policy was enabled.
kms.policy_updatedThe key management system policy was updated.
max_worker_concurrency_changedThe maximum number of concurrent workers that can be assigned to a recipe was changed.
password_changedThe account password was changed.
password_reset_requestedA password reset was requested.
password_setAn account password was set.
password_was_resetAn account password was reset.
plan_addons_changedThe add-ons for a workspace were changed.
plan_detail_changedThe plan detail was updated.
plan_limit_changedThe plan limit was changed.
secret_manager_cache_clearedThe secrets manager cache was cleared.
secret_manager_createdAn external secrets manager was added to the workspace.
secret_manager_scope_updatedThe external secrets manager scope was updated.
secret_manager_updatedThe external secrets manager for the workspace was updated.
switch_environmentA user switched to a different environment.
two_factor_authentication_disabledTwo-factor authentication was disabled for an account.
two_factor_authentication_enabledTwo-factor authentication was enabled for an account.
two_factor_authentication_recovery_codes_downloadedThe two-factor authentication recovery codes for an account were downloaded.
two_factor_authentication_recovery_codes_viewedThe two-factor authentication recovery codes for an account were viewed.
user_deletedA user account was deleted.
user_loginA user signed in to their account.
user_login_failedA user's sign-in attempt failed.
user_logoutA user signed out of their account.
user_restoredA previously deleted user account was restored.
workspace_automatically_provisionedAccess to a workspace was automatically provisioned.
workspace_automatically_updatedAccess to a workspace was automatically updated.

WorkatoDbTable

Event typeDescription
tags_addedTags were added to a data table.
tags_removedTags were removed from a data table.
workato_db_table_createdA data table was created.
workato_db_table_deletedA data table was deleted.
workato_db_table_downloadThe CSV file was downloaded for a data table.
workato_db_table_file_column_downloadA data table file column was downloaded.
workato_db_table_record_createdA record was added to a data table.
workato_db_table_record_deletedA record was removed from a data table.
workato_db_table_record_updatedA record was edited in a data table.
workato_db_table_renamedA data table was renamed.
workato_db_table_schema_updatedThe structure of a data table was updated.

WorkatoSchema

Event typeDescription
common_data_model_createdA common data model was created.
common_data_model_deletedA common data model was deleted.
common_data_model_updatedA common data model was updated.

WorkatoTemplate

Event typeDescription
message_template_createdA message template was created.
message_template_deletedA message template was deleted.
message_template_updatedA message template was updated.

dashboards_page

Event typeDescription
dashboards_page_createdAn Insights dashboard was created.
dashboards_page_deletedAn Insights dashboard was deleted.
dashboards_page_renamedAn Insights dashboard was renamed.
dashboards_page_updatedAn Insights dashboard was updated.

field_map_schema

Event typeDescription
field_map_schema_updatedDynamic field mapping for a recipe was updated.

lcap_app_user_group_role_assignment

Event typeDescription
lcap_app_user_group_role_assignment_createdDirect only. A role was assigned to a Workflow app user group.
lcap_app_user_group_role_assignment_deletedDirect only. A role was removed from a Workflow app user group.
lcap_app_user_group_role_assignment_updatedDirect only. A role was updated for a Workflow app user group.

lcap_app_workflow_stage

Event typeDescription
lcap_app_workflow_stage_createdDirect only. A Workflow app stage was created.
lcap_app_workflow_stage_deletedDirect only. A Workflow app stage was deleted.
lcap_app_workflow_stage_renamedDirect only. A Workflow app stage was renamed.
lcap_app_workflow_stage_updatedDirect only. A Workflow app stage was updated.

lcap_apps_portal

Event typeDescription
lcap_apps_portal_authentication_settings_updatedDirect only. The authentication settings of the Workflow apps portal were updated.
lcap_apps_portal_branding_settings_updatedDirect only. The branding settings of the Workflow apps portal were updated.
lcap_apps_portal_embedding_settings_updatedDirect only. The embedding settings of the Workflow apps portal were updated.
lcap_apps_portal_renamedDirect only. The Workflow apps portal was renamed.
lcap_apps_portal_url_updatedDirect only. The Workflow apps portal URL was updated.

lcap_user

Event typeDescription
lcap_user_deletedDirect only. A Workflow apps portal user was deleted.
lcap_user_invitedDirect only. A Workflow apps portal user was invited and added.
lcap_user_renamedDirect only. A Workflow apps portal user was renamed.
lcap_user_user_groups_changedDirect only. A Workflow apps portal user was added to or removed from a user group.

lcap_user_group

Event typeDescription
lcap_user_group_createdDirect only. A Workflow apps user group was created.
lcap_user_group_deletedDirect only. A Workflow apps user group was deleted.
lcap_user_group_renamedDirect only. A Workflow apps user group was renamed.

test_case

Event typeDescription
test_case_copiedA test case was copied.
test_case_createdA test case was created.
test_case_deletedA test case was deleted.
test_case_renamedA test case was renamed.
test_case_updatedA test case was updated.

Last updated: