Skip to main content
GET
/
config
Get current config
curl --request GET \
  --url http://localhost:{port}/config
{
  "provider": "<string>",
  "model": "<string>",
  "providerTimeoutMs": 123,
  "resourcesDirectory": "<string>",
  "resourceCount": 123
}
Returns the currently loaded configuration summary.

Response

200 - application/json

Config summary

provider
string
required
model
string
required
providerTimeoutMs
integer
required
resourcesDirectory
string
required
resourceCount
integer
required