MCP Gateway
ApiGeneral settings

Get general settings

Get general application settings such as log retention period. For AI providers, use /settings/providers.

GET
/api/v1/settings/general

Response Body

application/json

curl -X GET "https://loading/api/v1/settings/general"
{
  "log_retention_days": 90
}