Skip to main content
GET
List Business Rules
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
required
Send business.
string
Optional source filter. The current enum value is widget.

Response

Returns an array of Rule summary objects without flowConfig. Each item includes its botIds.
Business Rules are not versioned. Do not send includeVersions; versionStatus=DRAFT returns an empty array.

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.