Skip to main content
GET
Returns Business Rules in the workspace as summary objects.

Headers

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

Query parameters

string
Optional source filter. The current enum value is widget.

Response

Returns an array of Business Rule summary objects without flowConfig. Each item includes its botIds.
Business Rules are not versioned. List responses do not include flowConfig; fetch a single Business Rule when you need the full tree.

Errors

A query parameter is malformed or uses an unsupported enum value.
The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope required for this route.
Fini failed while loading Business Rules.