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
| Name | Type | Required | Description |
|---|---|---|---|
| entity | String | no | Filter by entity logical name (e.g., 'account') |
| message | String | no | Filter by message name (e.g., 'Create', 'Update') |
| typeName | String | no | Filter by plugin type name |
| errorsOnly | Boolean | no | Show only traces with exceptions |
| maxRows | Int32 | no | Maximum rows to return (default 50, max 500) |
Output
Returns Task<PluginTracesListResult>.