Skip to main content
GET
/
services
/
{serviceId}
/
config
Get service configuration
curl --request GET \
  --url http://localhost:9371/services/{serviceId}/config
{
  "config": {}
}

Path Parameters

serviceId
string
required

Service identifier matching the installed manifest id.

Minimum string length: 1

Response

Current service configuration.

Wrapper for a service configuration document.

config
object
required

Current configuration payload stored for the service.

Last modified on July 1, 2026