Create Application Interaction
Authorizations
Headers
Body
Represents an interaction performed with an application, including input, output, and associated metadata.
Identifier for the application variant that performed this interaction.
The input data for the interaction.
The output data from the interaction.
Timestamp marking the start of the interaction.
Optional UUID identifying the conversation thread associated with the interaction.The interaction will be associated with the thread if the id represents an existing thread.If the thread with the specified id is not found, a new thread will be created.
Duration of the interaction in milliseconds.
The outcome status of the interaction.
SUCCESS
, ERROR
Optional metadata related to the operation, including custom or predefined keys.
List of trace spans associated with the interaction.These spans provide insight into the individual steps taken by nodes involved in generating the output.
Results of the guardrails executed on the input
Results of the guardrails executed on the output
Response
Model representing an interaction entity.
Identifier for the application variant that performed this interaction.
The input data for the interaction.
The output data from the interaction.
Timestamp marking the start of the interaction.
Unique identifier for the interaction.
Optional UUID identifying the conversation thread associated with the interaction.The interaction will be associated with the thread if the id represents an existing thread.If the thread with the specified id is not found, a new thread will be created.
Duration of the interaction in milliseconds.
The outcome status of the interaction.
SUCCESS
, ERROR
Optional metadata related to the operation, including custom or predefined keys.
List of trace span entities associated with the interaction.
Results of the guardrails executed on the input
Results of the guardrails executed on the output