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" ], "supportedEvidenceMemoryIds": [ "string" ], "unsupportedEvidenceMemoryIds": [ "string" ], "confidence": 0, "rationale": "", "supportCount": 0, "archivedAt": "", "archivedReason": "", "archivedBy": "", "createdAt": "", "updatedAt": "" } ]}