List suggested content
The review queue: content Claudia proposes for questions your knowledge base did not answer. Each row carries why it was proposed and how many conversations hit the gap, so you can decide what is worth publishing.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Knowledge base to operate on. Get the ids from listMyKnowledgeBases.
Query Parameters
Which queue to read. Only pending exists — a decided suggestion becomes ordinary content, readable through listEntries.
pending Rows to skip. Page with total and hasNext from the response.
Page size. Capped at 200.
Field to order by.
updatedAt, createdAt, type, tag Order direction.
asc, desc Substring match on the suggested question and answer.
Exact label match. Read the labels in use from getEntryTags.
Exact topic match. Read the topics in use from getEntryTopics.
Response
One page of suggestions.
One page of suggestions.
The suggestions on this page.
Total matching the query, across all pages.
23
Offset this page started at.
0
Page size actually applied (capped at 200).
50
Whether another page follows.
false