Base

Get Config

Retrieve the current application configuration settings.<br><br>Requires authentication to prevent exposure of sensitive configuration details.<br><br>Returns:<br> ConfigResponse: The configuration settings of the application.<br><br>Raises:<br> HTTPException: If an error occurs while retrieving the configuration.

get/api/v1/config

Response

Successful Response

serialization_max_items_lengthinteger required
serialization_max_text_lengthinteger required
frontend_timeoutinteger required
auto_savingboolean required
auto_saving_intervalinteger required
health_check_max_retriesinteger required
max_file_size_uploadinteger required
webhook_polling_intervalinteger required
public_flow_cleanup_intervalinteger required
public_flow_expirationinteger required
event_delivery'polling' | 'streaming' | 'direct' required
webhook_auth_enableboolean required
voice_mode_availableboolean required
default_folder_namestring required
hide_getting_started_progressboolean required

Changes