Skip to main content

GetConfig

Response-body reference for GET /get_config.

Example

{
"success": true,
"message": null,
"data": {
"license": {},
"logging": {},
"search": {}
}
}

The exact configuration object depends on the server version and deployment configuration. Treat license keys, tokens, hostnames, file paths, and customer-specific values as sensitive.

Fields

FieldTypeDescription
successbooleanIndicates whether the request succeeded.
messagestringOptional server message.
dataobjectCurrent runtime configuration object.