Embedded Pages
Get interaction details
GET
/
api
/
external
/
export
/
interactions
/
detail
/
{interaction_id}
Retrieve the detailed information about a single interaction. You can list interactions using the Get interactions endpoint. For authentication you need the to use the API key associated to the project you want to retrieve the interactions from.
ID of the interaction you want to retrieve.
Response
The unique identifier of the interaction.
The user input.
The LLM generated response.
List of the previous, current and following interactions, composing the conversation.
Key-value pairs, showing the tags sent with the current interaction
A detailed explaination of the issue the LLM is facing.