Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://api.superwize.ai/api/chat/getBranchParentHistory \ --header 'Content-Type: application/json' \ --data ' { "parentConversationId": "conv_01JHKYW2V8XQ123456789", "branchPointItemId": "obj_01JHKZ0PV2WX123456789" } '
{ "data": [ { "type": "message", "role": "user", "content": "What are the main causes of climate change?" } ] }
Returns normalized parent conversation history up to the branch point item.
Parent history returned.