Get a pipeline execution
Get full details of a single pipeline execution
Authorizations
Path Parameters
The ID of the pipeline
The ID of the pipeline execution
Response
The pipeline execution
Represents a full pipeline execution, including node executions and messages
The ID of the pipeline execution
"00000000-0000-0000-0000-000000000000"
The ID of the pipeline (agent)
"00000000-0000-0000-0000-000000000000"
The ID of the pipeline version that was executed
"00000000-0000-0000-0000-000000000000"
The status of the execution
new, running, paused, success, failed "success"
The name of the pipeline (agent)
"My Agent"
The version number that was executed
1
When the execution started
"2021-01-01T00:00:00.000Z"
When the execution finished
"2021-01-01T00:00:01.000Z"
The error message if the execution failed
The number of AI tokens used during the execution
512
The number of nodes started during the execution
3
The conversation history captured during the execution
Details about the contact associated with the execution
The environment variables available to the execution
What triggered the execution
"message_received"
The ID of the entity that triggered the execution
"00000000-0000-0000-0000-000000000000"
The ID of the conversation associated with the execution
"00000000-0000-0000-0000-000000000000"
The node executions, ordered by start time
The messages produced during the execution, ordered by creation time