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
Body
Keyword filter, matched case-insensitively as a substring of the article
title or body. Omit it to list every article, alphabetically by title.
Page size, between 1 and 250. Defaults to 50.
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.