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.
Search pages by query
openbridge.pages.list().search(query)
query
string
PagesQueryBuilder
const { items } = await openbridge.pages .list() .search('shipping')
const { items } = await openbridge.pages .list() .search('policy') .limit(5)
const { items } = await openbridge.pages .list() .search('title:contact')