The Tasks tab shows every individual execution as a flat list. Use it to scan for failures, spot patterns across runs, and find specific executions by status or timestamp. For detailed debugging, switch to Threads to trace the full execution log.Documentation Index
Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
Use this file to discover all available pages before exploring further.

Task table columns
| Column | Description |
|---|---|
| ID | Task UUID (truncated to 8 characters in the UI) |
| Created At | When the execution started |
| Updated At | When the status last changed |
| Status | Completed, Stopped, or Running |
| Internal Status | Internal execution state used for system-level diagnostics |
Task statuses
| Status | What it means | What to do |
|---|---|---|
| Completed | The execution finished successfully | No action needed. Click through to verify output quality if needed. |
| Running | The execution is currently in progress | Wait for completion. If it’s been running unusually long compared to similar tasks, the agent may be stuck in a tool-call loop. |
| Stopped | The execution was interrupted: a timeout, a manual cancellation, or an unrecoverable error | Cross-reference the task ID in Threads to see the execution log and find where it stopped. |
Tasks vs. Threads
Use Tasks when you’re triaging across many runs (scanning for failures, checking completion rates). Use Threads when you need to debug a single run in depth (reading payloads, tracing tool calls). A single thread (conversation) can contain multiple tasks. Each task is one invocation of the agent or workflow, but tasks in the same thread share conversation context throughsession_id.
Global Tasks page
The sidebar has a dedicated Tasks page (the checklist icon) that shows tasks across all agents. Same columns, but with an additional Agent Name column so you can see which agent each task belongs to. Use the global view when you need to triage failures across your entire workspace rather than one agent at a time.Triage failures
When you notice a cluster of Stopped tasks:- Open the global Tasks page to see executions across all agents
- Scan by Status for clusters of Stopped tasks
- Note whether failures are concentrated on a specific date, time, or agent
- Click a Stopped task to get its task ID
- Switch to the agent’s Threads view and find the parent thread
- Open the execution log and look for the last successful step before the failure
What’s next
Threads
Trace the full execution log to find where a run went wrong.
Metrics
Spot anomalies in request volume and token usage before diving into individual threads.

