Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set maximum number of pages to return
openbridge.pages.list().limit(count)
count
number
250
PageListBuilder
const { items } = await openbridge.pages.list().limit(20)
const { items } = await openbridge.pages .list() .limit(5) .select(['title', 'handle'])