Skip to content

config_get

GET
/config
curl --request GET \
--url https://example.com/config

Get the runtime configuration.

Runtime configuration

Media type application/json

Runtime configuration

object
evidence_extractor_url
required

Base URL of the configured evidence extractor.

string
Example generated
{
"evidence_extractor_url": "example"
}

Internal error

Media type application/json
object
message
required
string
Example generated
{
"message": "example"
}