Skip to main content
GET
Get the generation details

Authorizations

Authorization
string
header
required

Access Token or Private Integration Token

Headers

Version
enum<string>
required

API Version

Available options:
2021-04-15

Query Parameters

messageId
string
required

Message Id

Example:

"messageId123"

source
enum<string>
required
Available options:
conversation,
workflow
Example:

"conversation"

Response

Successful response

prompt
string
required

The complete prompt used for the AI response.

Example:

"Personality:\nFriendly and professional,\n\nIntent:\nAssist customers with inquiries\n\nAdditional Information:\nHandle basic support queries"

responseMessage
string
required

The response message generated by the AI.

Example:

"Hello! I understand you're interested in our products. How can I assist you today?"

actionLogs
array
required

List of actions taken during this interaction.

Example:
history
array
required

Conversation history leading up to this response.

Example:
intent
string

The intent/goal extracted from location prompt.

Example:

"Assist customers with product inquiries and support"

faqs
array

FAQ chunks used in generating the response from fine-tuned data.

Example:
website
array

Website content chunks used in generating the response.

Example:
agentId
string

ID of the employee/agent that generated the response.

Example:

"emp_123"

input
string

The original input message that triggered this response.

Example:

"What is your return policy?"

mode
string

Mode of operation during this interaction.

Example:

"auto-pilot"

Last modified on March 7, 2026