Wiki

Get wiki operation log

Returns a paginated feed of wiki operation events (ingest, retract, ...) newest-first. Pagination is cursor-based: pass next_cursor from the previous response back as cursor to fetch the next page.

get/knowledgebase/{kb_id}/wiki/log

Path parameters

kb_idstring required

Knowledge base ID

Query parameters

cursorstring

Opaque cursor from the previous page (empty = newest)

limitinteger

Page size, 1-200 (default 50)

Response

OK

next_cursorstring

Changes