client.databases.list_advanced_settings
A method of the Databases endpoint.
- list_advanced_settings(id: int) ListResponse
Get the advanced settings for this database
API URL:
GET /databases/{id}/advanced-settingsimport civis client = civis.APIClient() response = client.databases.list_advanced_settings(...)
Warning
The method name
<client>.databases.list_advanced_settingsis deprecated and will be removed at civis-python v3.0.0 (scheduled for February 2027). Please switch to<client>.databases.get_advanced_settingsfor the same method.- Parameters:
- idint
The ID of the database this advanced settings object belongs to.
- Returns:
civis.Response- export_caching_enabledbool
Whether or not caching is enabled for export jobs run on this database server.