Get knowledge articles

Get knowledge articles

Authentication

AuthorizationBearer

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

Query parameters

cursorstringOptionalformat: "id"
The article cursor that marks the start or beginning of the returned article records
limitintegerOptional1-100
The number of article records to return
idlist of stringsOptional
Filter by article id
enabledlist of booleansOptional
Filter by enabled status
languagelist of stringsOptional
Filter by language
knowledge_source_idlist of stringsOptional
Filter by knowledge source
tag_idslist of stringsOptional
Filter by tag ids

Response

Matching knowledge articles
datalist of objects
metaobject

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error