Skip to main content
GET
Get Business Rule fields context
Returns the workspace resources and built-in runtime context that can be referenced by a Business Rule tree.

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.

Response

FieldResource[]
Workspace user attributes with their input and output schemas.
FieldResource[]
Workspace actions available to Tool nodes.
FieldResource[]
Fini-provided actions available to Tool nodes.
TagGroup[]
Input tag groups and their tags.
WidgetForm[]
Widget forms and their typed fields.
ContextField[]
Built-in escalation and integration fields available to Business Rules.
Operator[]
Condition operators as { value, label } objects.
Quantifier[]
Array quantifiers as { value, label } objects.
string[]
Interaction sources available in the workspace.

Errors

type is not a supported rule type.
The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope required for this route.