---
title: "Get Config"
method: GET
path: "/api/v1/config"
tags: ["Base"]
---

# Get Config

`GET /api/v1/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.

## Response `200`

Successful Response

- ConfigResponse
  - `feature_flags` FeatureFlags, required
    - `mvp_components` boolean
  - `serialization_max_items_length` integer, required
  - `serialization_max_text_length` integer, required
  - `frontend_timeout` integer, required
  - `auto_saving` boolean, required
  - `auto_saving_interval` integer, required
  - `health_check_max_retries` integer, required
  - `max_file_size_upload` integer, required
  - `webhook_polling_interval` integer, required
  - `public_flow_cleanup_interval` integer, required
  - `public_flow_expiration` integer, required
  - `event_delivery` 'polling' | 'streaming' | 'direct', required
  - `webhook_auth_enable` boolean, required
  - `voice_mode_available` boolean, required
  - `default_folder_name` string, required
  - `hide_getting_started_progress` boolean, required

## Changes

- **2025-12-23** `b0ee9ddb8d9f` — 6 info
  - the endpoint scheme security `API key header` was added to the API
  - the endpoint scheme security `API key query` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearer` was added to the API
  - added the required property `default_folder_name` to the response with the `200` status
  - …2 more
- **2025-10-16** `840e512f9378` — 3 breaking
  - removed the required property `default_folder_name` from the response with the `200` status
  - removed the required property `hide_getting_started_progress` from the response with the `200` status
  - removed the required property `webhook_auth_enable` from the response with the `200` status
- **2025-10-16** `9bd3e81318d7` — 1 breaking, 20 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the endpoint scheme security `API key header` was removed from the API
  - the endpoint scheme security `API key query` was removed from the API
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was removed from the API
  - …17 more

[Change history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v1/config/get.md)

---

[API](https://skmtc.dev/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.dev/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langflow-ai/langflow/revisions/b0ee9ddb8d9f/schema)
