Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.{tenant}.getomneo.com/api/v3/groups/rule-definitions
{ "data": [ { "id": 123, "handle": "<string>", "name": "<string>", "description": "<string>", "evaluator": "<string>", "rule": [ "<unknown>" ], "default_arguments": [ "<unknown>" ], "context_requirements": [ "<unknown>" ], "meta": [ "<unknown>" ], "is_active": true, "created_at": "<string>", "updated_at": "<string>" } ] }
Array of GroupRuleDefinition
GroupRuleDefinition
Show child attributes