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.
Paginate backward
openbridge.products.list().before(cursor)
cursor
string
pageInfo.startCursor
ProductListBuilder
const previousPage = await openbridge.products .list() .limit(12) .before(currentPage.pageInfo.startCursor)
const previousPage = await openbridge.products .list() .collection('all') .limit(12) .before(currentPage.pageInfo.startCursor)