Built-in Plugin Logs
Built-in Plugin Logs
Built-in Plugin Logs
Built-in plugin logs provide a unified view of all log entries generated by Moveworks built-in plugins. These logs capture both the external API calls made to your integrated systems and the internal workflow execution steps that occur during plugin runs.
This page combines two types of logs:
Built-in plugin logs only capture activity for built-in plugins. To track API calls made during Agent Studio plugin runs, use the Agent Studio logs.
Moveworks calls your external systems through REST API calls and passes the relevant information in the API request body and headers. These API calls are embedded into the Moveworks AI assistant workflows. Moveworks uses the configured connector for the relevant plugin and then calls the external system endpoints.
Whenever a built-in plugin executes, log entries are recorded for each step of the workflow and each external API call. The SLA for these logs is near-instant — as soon as the execution completes, the log entries are captured.
You can find the Built-in Plugin Logs page in Moveworks Setup at Moveworks Setup → Organizational Details → Audit → Built-in Plugin Logs.

Each log entry in the table contains the following columns:
Click any row in the table to open the About this Log detail panel on the right side. This panel displays the full details of the selected log entry, including request and response data when available.
The detail panel for an Error log entry shows the error summary and the full log body:

The detail panel for an Info log entry shows the successful execution details, including the HTTP status code:

You can narrow down the log entries using the following filters at the top of the page:
Built-in plugin logs contain two families of log types:
Log entries with the type action.http.trigger represent HTTP API calls that Moveworks made to your external systems. These logs capture the request and response details for each API call.
Log entries with types prefixed by ticket_gateway.* represent internal workflow execution steps. These include:
ticket_gateway.execute — The overall execution result of a ticket gateway workflow.ticket_gateway.workflow_identifier_step — Identifies which workflow to use for the request.ticket_gateway.workflow_actions_step — Identifies the workflow actions to execute.ticket_gateway.action_trigger — Records the execution of a specific workflow action (for example, GENERATE_TICKET).Built-in plugin logs capture activity across eight major categories of built-in plugins. Each category contains individual plugins that are recorded in the Plugin Name column. For a full list of built-in plugins, refer to the Capabilities page.
This view does not capture ingestion logs. Only end-user-driven actions generate log entries.
A single user action may generate multiple log entries — this is expected. Moveworks plugins can invoke the same API more than once depending on how a workflow is implemented, and the system automatically retries calls on intermittent failures. This tool surfaces logs as-is, without filtering or aggregation.
Built-in plugin logs do not capture API calls related to authentication. This is a security measure to prevent credentials or passwords from being exposed to administrators.
The primary purpose of built-in plugin logs is to track whether plugin executions and their associated API calls succeed. If a failure occurs, you can use these logs to identify the root cause and determine the configuration changes required to resolve the issue.
Suppose a user reports that adding a comment to a ticket failed. You can use the built-in plugin logs to investigate.
During a plugin execution, Moveworks may generate several log entries. For example, a “Grant Software Access” request might produce:
ticket_gateway.workflow_identifier_step entry showing which workflow was selectedticket_gateway.workflow_actions_step entry showing the identified actionsaction.http.trigger entries for each API call made to the external systemticket_gateway.execute entry showing the final execution resultIf you see Error entries for action.http.trigger logs followed by additional retries, this indicates Moveworks automatically retried the API call. Check the final ticket_gateway.execute entry to determine the overall outcome.
Built-in plugin logs may include sensitive data such as API request and response bodies. Access to this data is governed through the PII Viewer role in Moveworks Setup.
Users with the following roles can view complete log details, including unredacted request and response data:
These users can view:
Users without the PII Viewer permission can still access the Built-in Plugin Logs interface. However, sensitive information is redacted.
These users cannot view:
This governance model ensures that sensitive information is only accessible to authorized users while still allowing others to monitor system activity.
Only Super Admins can provision the PII Viewer role. Within the Roles and Permissions app, Super Admins can assign the Moveworks Setup PII Role Viewer role to the intended users.
Reach out to your Super Admin if you need view access to unredacted log details.