Skip to main content
GET
/
v0
/
user
/
rules
/
{rule_id}
Get Rule
curl --request GET \
  --url https://api.sumvin.com/v0/user/rules/{rule_id}
{
  "_links": {},
  "rule": {
    "id": "<string>",
    "name": "<string>",
    "rule_prompt": "<string>",
    "applies_to": "<string>",
    "priority": 123,
    "created_at": 123,
    "updated_at": 123
  }
}

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

x-sumvin-token
string | null
x-juno-jwt
string | null

Path Parameters

rule_id
string
required

Response

Rule retrieved successfully

HAL-style hypermedia links for navigation and available actions.

rule
RuleData · object
required