protolabs42

Get policy configuration

Retrieve the current policy engine configuration.

GET
/admin/policy

Retrieve the current policy engine configuration.

Authorization

bearerAuth
AuthorizationBearer <token>

API key obtained via invite redemption or SIWE login

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://chorus.runclaw.run/admin/policy"
{
  "data": {
    "property1": null,
    "property2": null
  },
  "meta": {
    "request_id": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}