Skip to main content
POST
Request an async encrypted KB audit export

Authorizations

x-api-key
string
header
required

Body

application/json

POST body for an async encrypted audit export.

start
string<date-time>
required
end
string<date-time>
required
export_format
enum<string>
default:csv
Available options:
csv,
ndjson
kb_ids
string<uuid>[] | null
statuses
string[] | null
actor_user_id
string<uuid> | null
session_id
string<uuid> | null

Response

Successful Response

Status view of an export job (with per-file download tokens when ready).

id
string<uuid>
required
status
string
required
export_format
string
required
created_at
string<date-time>
required
window_start
string<date-time> | null
window_end
string<date-time> | null
started_at
string<date-time> | null
finalized_at
string<date-time> | null
expires_at
string<date-time> | null
total_rows
integer | null
partial_count
integer | null
failed_count
integer | null
error_code
string | null
filters
Filters · object | null
files
ExportFileStatus · object[]