Byte Engine Docs
Inspectorhttp

List configuration events

GET/configuration

Returns retained configuration requests with the latest state reported by the system that owns each parameter.

Response Body

application/json

text/plain

curl -X GET "https://example.com/configuration"
[  {    "id": 1,    "parameter": "render.pass.bloom",    "requested": "bypassed",    "state": {      "status": "pending"    }  }]