Get rule
Rules
Get rule
Fetch one rule by ID with its full tree.
GET
Get rule
Returns one full
Rule object.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs read scope.Path parameters
Rule ID to fetch.
Response
Returns one fullRule.
Current controller behavior: if the rule is a draft, this route returns
botIds: [].Errors
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.404 Not Found
404 Not Found
The rule ID does not exist in your workspace.

