afv-library/skills/investigating-agentforce-architecture/assets/soql/plugins_by_planner.soql
2026-06-12 10:55:46 +00:00

5 lines
199 B
Plaintext

SELECT Id, DeveloperName, MasterLabel, Description, PluginType, Scope,
IsLocal, CanEscalate, Source, ParentId, LocalDeveloperName
FROM GenAiPluginDefinition
WHERE PlannerId = '{{PLANNER_ID}}'