Get Guidance Rules
curl -X GET "https://example.com/settings/rules"{
"rules": [
{
"id": "string",
"title": "string",
"body": "string",
"scope": "global",
"status": "draft",
"agentProfileId": "",
"spaceId": "default",
"priority": 50,
"source": "manual",
"tags": [
"string"
],
"evidenceMemoryIds": [
"string"
],
"confidence": 0,
"rationale": "",
"supportCount": 0,
"createdAt": "",
"updatedAt": ""
}
]
}