Optionalparams: {Query parameters.
Optionalkeys?: string[]Return only categories whose key exactly matches one of the provided values.
OptionallookupKey?: stringReturn only the category whose lookup_key exactly matches this value.
Optionalowners?: string[]Restrict results to categories owned by the specified scopes. Accepted values are "system" and "org". Omit to include all ownership scopes visible to the caller.
Optionalpage?: numberPage number to retrieve, 1-indexed. Defaults to 1.
OptionalpageSize?: numberNumber of solution categories to return per page. Defaults to 25.
OptionalparentKeys?: string[]Return only categories whose parent key matches one of the provided values. Pass an empty array to return root-level categories.
OptionalpathPrefix?: stringReturn only categories whose virtual_path starts with this prefix.
Paginated list of solution category summaries matching the applied filters.
List solution categories Returns a paginated list of solution category definitions visible to the authenticated caller. Use filters to narrow results by key, parent key, lookup key, or virtual path prefix. Results are scoped to categories accessible under the caller's viewer context. Pass
appto restrict the listing to categories associated with a specific app scope. Omitownersto return categories from all ownership scopes ("system"and"org") that the caller can see. Pagination is page-based. Usepageandpage_sizeto navigate large result sets. The response includestotal_entries,total_pages,has_next, andhas_prevto support pagination controls.total_entriesreflects the count after key deduplication.