# Export database Ruleset inventory by ID Endpoint: POST /database-rulesets/{databaseRulesetId}/csvExport Version: 5.1.47 Security: api_key ## Path parameters: - `databaseRulesetId` (integer, required) The ID of the database ruleset to import ## Request fields (application/json): - `exportFileName` (string, required) The name of the exported ruleset CSV file. Example: "my-database-ruleset.csv" ## Response 200 fields (application/json): - `exportFileName` (string, required) The name of the exported ruleset CSV file. Example: "my-database-ruleset.csv" - `fileReferenceId` (string) The reference URI of the exported ruleset file. Use this reference id in file download api to download the exported file. ## Response 400 fields ## Response 403 fields ## Response 404 fields