v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
articles

Get all articles in a knowledge base

Returns a paginated list of articles for the specified knowledge base.

Rate limit: 20 requests per minute

get/knowledge-bases/{id}/articles

Path parameters

idstring required

The ID of the knowledge base the articles are being fetched from.

Query parameters

cursorstring

The cursor to use for pagination.

limitinteger

The number of articles to fetch. Defaults to 100. Must be greater than 0 and less than 1000.

languagestring

The language code to fetch articles in. If not provided, returns the default language.

Response

request_idstring

The request ID for tracking.