Get complete conversation thread including all sub-task messages and tool calls
Retrieve the complete conversation thread for a task/thread ID, including the root conversation and any sub-task message buckets. This is the authoritative message-history endpoint for multi-turn conversations continued with the same invocationDocumentation Index
Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
Use this file to discover all available pages before exploring further.
id.
root contains the main conversation and additional keys may appear for sub-task IDs:
root. The key is the UUID of the sub-task.| Feature | /thread | /thread/full |
|---|---|---|
| Root task messages | ✅ | ✅ |
| Multi-turn root conversation | ✅ | ✅ |
| Sub-task message buckets | ❌ | ✅ |
| Response structure | Array | Object keyed by root and sub-task IDs |
root key contains the main conversation for the task/thread ID you requestedid appends new turns to root