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 articles by query
openbridge.articles.list().search(query)
.blog()
query
string
ArticlesQueryBuilder
const { items } = await openbridge.articles .list() .search('product launch')
const { items } = await openbridge.articles .list() .search('tutorial') .limit(5)
const { items } = await openbridge.articles .list() .search('title:announcement')
const { items } = await openbridge.articles .list() .search('tag:featured')