Skip to main content
GET
Get Node Test Run

Path

string
required
The ID of the node test run to retrieve.

Headers

string
required
Your API key for authentication.

Response

string
Unique identifier for the node test run.
string
Organization ID that owns this node test run.
string
ISO timestamp when the node test run was created.
string
ISO timestamp when the node test run finished.
string
Current status of the node test run. Possible values are “COMPLETED”, “PENDING”, “CANCELLED”, and “ERROR”.
string
Identifier of the pathway this node belongs to.
string
Identifier of the node that was tested within the pathway.
object
Input configuration used for this node test run.
string
The instruction or system prompt used when testing the node.
array
Array of conversation references used as context for the node test.
string
Unique identifier of a conversation used in the test.
string
The type of conversation (for example, “call”).
array
Array of result objects, one per evaluated conversation.
string
ID of the conversation this result corresponds to.
number
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
Array of generation batches for this conversation.
boolean
If true, then this result is the original user and agent interaction on the node.
boolean
If true, then this result is a generation using a permutation/variant of the original user inputs.
array
Ordered list of message turns (user/assistant) in this generated interaction.
string
Role of the message author (“user” or “assistant”).
string
Node identifier associated with this message turn.
string
Text content of the message.
boolean
An indicator to show if the system is in the process of simulating the agent response with the new prompt and original user inputs.
boolean
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