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.collections.list().before(cursor)
cursor
string
pageInfo.startCursor
CollectionListBuilder
const previousPage = await openbridge.collections .list() .limit(10) .before(currentPage.pageInfo.startCursor)
const previousPage = await openbridge.collections .list() .search('sale') .limit(10) .before(currentPage.pageInfo.startCursor)