list_registry
List the canonical shared entities in the portfolio registry. Each row carries id, type, title, optional audience_role, and instance_count. With `include_instances`, attaches the product instances (the `instance_of` edges) pointing at each canonical. Empty when no registry exists yet.
Workspace & Portfoliosatomic (read-only).
Arguments
typestringoptionalFilter to one entity type (e.g. persona).
include_instancesbooleanoptionalAttach each canonical's product instances (default false).
Returns
Shape
{ registry: Array<{ id, type, title, description?, audience_role?, instance_count?, instances? }>, total, by_type }Returns an empty registry when none exists yet.