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 results
openbridge.collections.list().limit(count)
count
number
250
CollectionListBuilder
const { items } = await openbridge.collections.list().limit(20)
const { items } = await openbridge.collections.list().limit(4)
const { items } = await openbridge.collections.list().limit(100)
const { items } = await openbridge.collections.list().search('sale').limit(6)