Export the audit log as CSV or JSON
GET
/api/v1/audit/exportParameters
formatquerystringcsv or json (default: csv)
fromquerystringStart time filter
toquerystringEnd time filter
Responses
200Exported audit data
Request
curl -X GET "https://api.knowledgetree.dev/api/v1/audit/export" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
200Exported audit data
Example response not yet documented.