# Export file ruleset by ID Endpoint: POST /file-rulesets/{fileRulesetId}/csvExport Version: 5.1.43 Security: api_key ## Path parameters: - `fileRulesetId` (integer, required) The ID of the file ruleset to export ## Request fields (application/json): - `exportFileName` (string, required) The name of the exported ruleset CSV file. Example: "my-delimited-file-ruleset.csv" ## Response 200 fields (application/json): - `exportFileName` (string, required) The name of the exported ruleset CSV file. Example: "my-delimited-file-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