client.databases.get_advanced_settings

A method of the Databases endpoint.

get_advanced_settings(id: int) Response

Get the advanced settings for this database

API URL: GET /databases/{id}/advanced-settings

import civis
client = civis.APIClient()
response = client.databases.get_advanced_settings(...)
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.