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.

interaction_id
UUID
required

ID of the interaction you want to retrieve.

Response

interaction_id
string

The unique identifier of the interaction.

input
string

The user input.

output
string

The LLM generated response.

conversation
object[]

List of the previous, current and following interactions, composing the conversation.

tags
object

Key-value pairs, showing the tags sent with the current interaction

warning_model
string

A detailed explaination of the issue the LLM is facing.