Skip to main content
POST
Runs a simulated Rulebook evaluation for one saved intent-rule version. Use this after generating paths to verify that a selected path reaches the expected terminal node.

Headers

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

Path parameters

string
required
Intent-rule ID.
string
required
Rule version ID to run.

Body parameters

object
Synthetic input fields for the rule evaluation.
object
Synthetic runtime fields such as provider, channel, or agent context.
string
Generated path ID being run.
string
Node ID the simulation should end on.
array
Optional simulated conversation history. Each item can include role, type, content, event_id, and metadata.content.
boolean
Whether to mock LLM extraction nodes during simulation.

Response

Returns a rule test path run result.