Skip to content
UPG is in early alpha. The specification is still evolving and may change between versions.
Tools/Workspace & Portfolios/list_registry

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

typestringoptional

Filter to one entity type (e.g. persona).

include_instancesbooleanoptional

Attach 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.

See Also