Commands  ›   ›  Export Model Filters

Export Model Filters

writes to model Public API · not yet exposed

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

Don't use this when

Exporting view-specific filter overrides (use ExportViewFilterSettingsCommand).

Returns

NameTypeDescription
totalFiltersintTotal number of filters exported
filePathstringFile 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...
thinking
Collecting all filters in the document...
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 commandsExportViewFilterSettingsCommand
Pillar