Conversations
Evaluate conversation rule
Run one rule against an existing conversation and return the evaluated rule-node results.
POST
Evaluates a rule against the context already stored on one conversation. Use this when you want to debug or preview how a rule resolves for a real conversation record without constructing the input context yourself.
Headers
string
required
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.Path parameters
string
required
Conversation ID.
string
required
Rule ID to evaluate.
Response
Returns an array of rule-node evaluation results. Each item describes how a node resolved while the rule was evaluated against the conversation.This is a diagnostic execution route. It evaluates the rule and returns node results; it does not send a reply to the customer.

