> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentixhub.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tasks

> Track, inspect and manage tasks executed as part of job workflows

The **Tasks** section lets you inspect every individual task executed within a job. Tasks represent specific interactions handled by agents, including AI conversations, media display, tool invocations and more.

## Tasks List Overview

The top section displays a searchable and filterable list of all tasks, with key information like:

* **Task Key**: Unique ID for the task.
* **Action**: Linked action (e.g., “Talk to AI Agent”, “MCP Agent”).
* **Job Key**: Parent job the task belongs to.
* **Created On**: Timestamp of task creation.
* **Status**: Task progress (e.g., `STARTED`).

<img src="https://mintcdn.com/agentix-5c0a3d87/nRZdjUb99nMM2ncE/user-guide/images/tasks.png?fit=max&auto=format&n=nRZdjUb99nMM2ncE&q=85&s=fa7fc28e11d6008fc5982c0bdbfd01c2" alt="Task List" width="1440" height="785" data-path="user-guide/images/tasks.png" />

Each row can be expanded to reveal full task details.

## Task Details Panel

Upon expanding  a task, you can review:

* **Input**: Parameters passed into the task (if any).
* **Output**: Execution results including, as example:
  * Transcripts
  * Token usage
  * TTS/STT durations
  * Model and provider details
* **Config**: System-level runtime configuration of the task (useful for debugging).
* **Timeline**: Creation and start timestamps.
* **Task Actions**: A real-time log of tool executions (e.g., `show_media_to_user`) with origin/destination info and timestamps.

<img src="https://mintcdn.com/agentix-5c0a3d87/nRZdjUb99nMM2ncE/user-guide/images/task-details.png?fit=max&auto=format&n=nRZdjUb99nMM2ncE&q=85&s=f2cb7c2c9b49141f2cbd34af25cf774a" alt="Task Details" width="1440" height="787" data-path="user-guide/images/task-details.png" />

## ✅ Common Use Cases

* 🧪 **Debugging tool behavior** (see which tool was called, when and by whom).
* 📊 **Reviewing AI output** (e.g., conversation transcripts and LLM statistics).
* 🛠 **Understanding configuration** passed to the agent during execution.
* 👀 **Auditing** real-time activity and ensuring workflow correctness.

> Tasks are the atomic building blocks of the job execution system. They give full observability into what happened, when and how.
