Skip to main content
GET
Count the review queue

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

kbId
string
required

Knowledge base to operate on. Get the ids from listMyKnowledgeBases.

Response

The queue counters.

How the review queue stands.

pending
integer<int64>
required

Suggestions waiting for a decision.

Example:

23

withPlaceholder
integer<int64>
required

Of those, how many still carry a blank to fill in before they can be approved.

Example:

4

readyToApprove
integer<int64>
required

Of those, how many can be approved as they are.

Example:

19