Get intent-rule fields context
Intent Rules
Get intent-rule fields context
Get the fields and resources available to intent-rule trees.
GET
Get intent-rule fields context
Returns the workspace attributes, actions, tags, forms, operators, and sources that can be referenced by an intent-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
intent.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[]
Empty for intent rules.
Operator[]
Condition operators as
{ value, label } objects.Quantifier[]
Array quantifiers as
{ value, label } objects.string[]
Interaction sources available in the workspace.
Errors
400 Bad Request
400 Bad Request
type is not a supported rule type.403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.
