dataverse_list_plugin_trace_logs
Retrieve trace and exception logs from Dataverse plug-ins and workflow activities. Filter by type, message, entity, or show only failures for debugging.
Instructions
List plug-in trace log records with optional filters.
Returns trace and exception information generated by plug-ins and custom workflow activities. Records are ordered newest-first.
Useful filters:
type_name: partial match on the plug-in class name (typename)
exceptions_only: true to show only failed executions
hours_ago: narrow to recent logs (e.g. 1 for the last hour)
message_name: filter by triggering message (e.g. 'Create', 'Update')
primary_entity: filter by entity the plug-in ran against
Plug-in trace logging must be enabled via dataverse_set_plugin_trace_log_setting before logs will be generated. Use dataverse_get_plugin_trace_log_setting to check the current setting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |