Skip to main content
GET
Get Business Rule
Returns one Business Rule as a full Rule.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs read scope.

Path parameters

string
required
Business Rule ID.

Response

Returns the Business Rule with flowConfig, source, triggerType, inputSchema, defaultRuleId, and assigned botIds when applicable.

Errors

The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope required for this route.
The Business Rule does not exist in your workspace.