Commands › › Export Model Filters
Export Model Filters
Coming soon
Before you run this
Active document must be open.
After it runs
JSON file written to disk with all model filters.
When to use this
- User wants a full list of every filter defined in the project.
Don't use this when
Exporting view-specific filter overrides (use ExportViewFilterSettingsCommand).
Returns
| Name | Type | Description |
|---|---|---|
totalFilters | int | Total number of filters exported |
filePath | string | File path the JSON was saved to |
What you'll see in the chat
on start
Exporting all model filters to JSON...
Gathering every filter in the project...
Gathering every filter in the project...
thinking
Collecting all filters in the document...
Decoding filter rules and categories...
Writing JSON to disk...
Decoding filter rules and categories...
Writing JSON to disk...
on success
Exported {totalFilters} filters to {filePath}
on failure
Filter export failed: {error}
REST API
Not yet exposed
This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:
POST /api/v1/commands/export_model_filters- Request body schema (from
[RestApiParam]) - Response schema (from
[RestApiResponse]) - curl / JS / Python code examples
Keywords & intent patterns
export all filters · model filters json · list all filters · audit filters · backup model filters
Related
| Related commands | ExportViewFilterSettingsCommand |
|---|---|
| Pillar |