OpenAPI 3.1.0raw.githubusercontent.com2026-08-126178842.7 MB

5a5597ebb2d6

knowledge-base-audit

List this org's KB audit export jobs (newest first)

Durable, newest-first history of this org's audit export jobs.

Deliberately NOT meta-audited (the one export route that isn't): unlike query/detail/download — which surface retrieval-audit content — this returns only the caller's own export-job metadata (status/window/counts), and the UI polls it, so recording a KBRetrievalAuditAccessLog row per poll would flood the compliance log for no governance gain. The actual data-egress points (export_requested / export_downloaded) stay audited. Mints per-file download tokens inline so the history panel is directly actionable; keyset-paginated on ix_kb_audit_export_jobs_org_created.

get/v1/knowledge-base/audit/exports

Query parameters

status'pending' | 'running' | 'succeeded' | 'partial' | 'failed' | 'expired' nullable

Optional status filter.

Optional status filter.

limitinteger
cursorstring nullable

Opaque cursor from a prior page.

Opaque cursor from a prior page.

Response

Successful Response

next_cursorstring nullable
has_moreboolean required