# Export configuration change audit logs as a downloadable file Requires audits::read:config permission. Endpoint: GET /audit/download/config Version: 1.0.0 Security: JWTAuthorizer ## Query parameters: - `itemID` (string) ID for the item to audit. If specified, must include itemType. - `itemType` (string) Type of item to audit, e.g., Node or Cluster. If specified, must include itemID - `timestamp` (string) Start time (unix timestamp) to query from - `eTime` (string) End time (unix timestamp) to query to - `auditEvent` (string) Audit type to filter (create, delete, change, or action) - `ip` (string) IP address filter - `user` (string) User name filter - `details` (string) Details text filter ## Response 200 fields