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 otherwise alphabetically by title. Results are scoped to the caller’s in-app access: articles in a collection the caller isn’t entitled to are omitted.

Parameters

Body

Keyword filter, matched case-insensitively as a substring of the article title or body. Results are ranked by relevance (most matches first). Omit it to list every article, alphabetically by title.
integer
Page size, between 1 and 250. Defaults to 50.
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

object[]
integer