Get Entity Plugin Pipeline
get-entity-plugin-pipelineRetrieve plugin pipeline details for any Dataverse entity, showing registered plugins organized by message and execution stage for analysis and troubleshooting.
Instructions
Get all plugins that execute on a specific entity, organized by message and stage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityName | Yes | The logical name of the entity | |
| messageFilter | No | Filter by specific message (e.g., 'Create', 'Update', 'Delete') | |
| includeDisabled | No | Include disabled steps (default: false) | |
| environment | No | Environment name (e.g. DEV, UAT). Uses default if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | ||
| messages | Yes | ||
| steps | Yes | ||
| executionOrder | Yes |