Retrieve the full conversation history for a specific thread.
Path Parameters:
engine_id: Unique answer engine identifierthread_id: Thread ID (conv_thread_id) returned from a previous /chat responseReturns:
answer_engine_id: ID of the enginethread_id: Echo of the requested thread IDhistory: Ordered list of conversation turnsRaises:
404: Engine or thread not foundExample Request:
curl https://api.nugen.in/api/v3/answer-engine/ae_80864e5e9c/threads/thread_9d9af946e7/history \
-H "Authorization: Bearer <api_key>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique answer engine identifier
Thread identifier (conv_thread_id)