Skip to main content
List Qobra’s Help Center articles; returns summary rows + pagination. The Help Center is Qobra’s public product documentation (synced from Intercom). Use it to ground answers about how Qobra works, then call get_help_center_article with a row’s id (or name) to read the full body. Each row carries the article id (for the follow-up call), the title, the author-written description (None when the article has none — there is no generated summary), the url and updated_at. Rows are ordered alphabetically by title. Articles are global Qobra docs, identical for every user, so any authenticated caller sees the same results.

Parameters

Body

Keyword filter, matched case-insensitively as a substring of the article title or body. Omit it to list every article, alphabetically by title.
limit
integer
Page size, between 1 and 250. Defaults to 50.
offset
integer
Row offset into the result set — the number of rows to skip before this page. Pass the next_offset returned by the previous call, or None for the first page.

Response

Body

articles
object[]
next_offset
integer