Skip to main content

ppds_plugin_traces_list

List plugin trace logs from Dataverse. Use this to find plugin execution logs, identify errors, and debug plugin behavior. Requires trace logging to be enabled in the environment.

Input schema

NameTypeRequiredDescription
entityStringnoFilter by entity logical name (e.g., 'account')
messageStringnoFilter by message name (e.g., 'Create', 'Update')
typeNameStringnoFilter by plugin type name
errorsOnlyBooleannoShow only traces with exceptions
maxRowsInt32noMaximum rows to return (default 50, max 500)

Output

Returns Task<PluginTracesListResult>.