Get Node Test Run
Node tests
Get Node Test Run
Retrieve a node test run.
GET
Get Node Test Run
Path
The ID of the node test run to retrieve.
Headers
Your API key for authentication.
Response
Unique identifier for the node test run.
Organization ID that owns this node test run.
ISO timestamp when the node test run was created.
ISO timestamp when the node test run finished.
Current status of the node test run. Possible values are
“COMPLETED”, “PENDING”, “CANCELLED”, and “ERROR”.Identifier of the pathway this node belongs to.
Identifier of the node that was tested within the pathway.
Input configuration used for this node test run.
The instruction or system prompt used when testing the node.
Array of conversation references used as context for the node test.
Unique identifier of a conversation used in the test.
The type of conversation (for example,
“call”).Array of result objects, one per evaluated conversation.
ID of the conversation this result corresponds to.
Total number of generations produced for this conversation during the test run. For example, if I invoke the test with 5 permutations, then this value will be 6, since we need to generate 5 simulations for the permutations and one generation for the original user messages.
Array of generation batches for this conversation.
If true, then this result is the original user and agent interaction on the node.
If true, then this result is a generation using a permutation/variant of the original user inputs.
Ordered list of message turns (user/assistant) in this generated interaction.
Role of the message author (
“user” or “assistant”).Node identifier associated with this message turn.
Text content of the message.
An indicator to show if the system is in the process of simulating the agent response with the new prompt and original user inputs.
An indicator to show if the system is in the process of simulating the agent response with the new prompt and user permutations.
Docs for agents: llms.txt