Headers
Your API key for authentication.
Body Parameters
The new prompt to test for this node. This will be used to simulate the agent’s responses against the provided and auto-selected conversations.
Array of conversation references to include in the test. The system may automatically add up to 4 additional recent completed calls for the same node and pathway.
Unique identifier of a call to include in the test run.
Type of the conversation. We only support
“call” for now.Identifier of the node to test within the specified pathway.
Identifier of the pathway that the node and conversations belong to.
Optional number of permutations to generate for each conversation. If omitted, this defaults to
5. The total generations per conversation will be n_permutations + 1 (one for the original user messages plus one per permutation).Response
Identifier of the created node test run. Use this ID with
GET /v1/node_test/run/:id to retrieve the full results.