afv-library/skills/investigating-agentforce-architecture/assets/soql/plugins_by_planner.soql

5 lines
199 B
Plaintext
Raw Normal View History

2026-06-12 18:55:46 +08:00
SELECT Id, DeveloperName, MasterLabel, Description, PluginType, Scope,
IsLocal, CanEscalate, Source, ParentId, LocalDeveloperName
FROM GenAiPluginDefinition
WHERE PlannerId = '{{PLANNER_ID}}'