API referenceGovern policies
GET /govern-policies
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/govern-policies"{ "$schema": "https://example.com/schemas/ListOutputBody1.json", "policies": [ { "$schema": "https://example.com/schemas/GovernPolicyView.json", "apiKeyId": "string", "appId": "string", "createdAt": "string", "enabled": true, "enforcement": "string", "environmentId": "string", "model": "string", "name": "string", "policyId": "string", "provider": "string", "rules": { "allowedModels": [ "string" ], "allowedTools": [ "string" ], "defaultModel": "string", "deniedTools": [ "string" ], "maxTokens": 0, "reasoningEffortCap": "string", "reasoningTokensCap": 0, "requireSafetyIdentifier": true, "requireStructuredOutput": true, "serviceTier": "string", "temperatureMax": 0.1 }, "updatedAt": "string", "userId": "string" } ]}