listPages in the widget’s uses list before calling it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists content pages available to the signed-in Portal user.
listPages in the widget’s uses list before calling it.
const pages = await listPages({ sort: "title_asc", limit: 20 });
const listPages: PortalFunction<PortalPage<PortalPageContent>, ListPagesInput>