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

# Overview

> Comprehensive tracking and management of all voice conversations with filtering, search, and export

## Overview

The Call History feature provides comprehensive tracking and management of all voice conversations in the Hamsa platform. It enables you to view, filter, search, and export call records with detailed information about each conversation.

<Info>
  **Call History enables you to:**

  * Track all voice conversations in your project
  * Filter calls by date, status, channel, and agent
  * Search calls by ID, user number, or agent ID
  * Export call data for analysis
  * View detailed call information
  * Join active calls as a listener
</Info>

<img className="hidden dark:block" src="https://mintcdn.com/hamsa-452fa79a/faqA0g16HZbxfVQ3/images/call-history/call-history-overview-dark.png?fit=max&auto=format&n=faqA0g16HZbxfVQ3&q=85&s=bf469e46adb3f9dc484e3a1a204dca79" alt="Call History overview showing table with columns for Time, Agent, Channel, Duration, Status, and Cost, with multiple call rows displaying different statuses, search bar, and filter controls" width="1516" height="863" data-path="images/call-history/call-history-overview-dark.png" />

<img className="block dark:hidden" src="https://mintcdn.com/hamsa-452fa79a/faqA0g16HZbxfVQ3/images/call-history/call-history-overview-light.png?fit=max&auto=format&n=faqA0g16HZbxfVQ3&q=85&s=74d1a5e712e2935eb824607f6f242bd3" alt="Call History overview showing table with columns for Time, Agent, Channel, Duration, Status, and Cost, with multiple call rows displaying different statuses, search bar, and filter controls" width="1515" height="863" data-path="images/call-history/call-history-overview-light.png" />

## What is Call History?

Call History is a comprehensive record of all voice conversations in your Hamsa project. Each call record contains metadata, conversation details, and status information that helps you monitor, analyze, and manage your voice interactions.

### Key Capabilities

**Call Tracking**

* Records all voice conversations
* Tracks metadata (time, duration, cost, status)
* Associates calls with Voice Agents
* Records channel type (Web, Telephone)

**Filtering & Search**

* Filter by date range, status, channel, and agent
* Search by call ID, user number, or agent ID
* Multiple filter combinations
* Real-time search results

**Export & Analysis**

* Export current page or filtered results
* CSV format for analysis
* Preserves filter settings
* Bulk data export

**Detailed Information**

* Comprehensive call details drawer
* Conversation transcripts
* Call logs and outcomes
* Real-time updates for active calls
* Send real-time instructions to agents during ongoing calls

## Call Status Lifecycle

Calls move through the following states:

| Status           | Description                               |
| ---------------- | ----------------------------------------- |
| **PENDING**      | Call is queued or waiting to start        |
| **IN\_PROGRESS** | Call is actively in progress              |
| **COMPLETED**    | Call completed successfully               |
| **FAILED**       | Call encountered an error                 |
| **NO\_ANSWER**   | Recipient did not answer                  |
| **FORWARDED**    | Call was forwarded to another destination |

<Info>
  Calls reach terminal states automatically. Status updates happen in real-time for active calls.
</Info>

## Prerequisites

Before viewing call history, you must have:

* An active project selected
* Appropriate permissions to view call history
* At least one completed or in-progress call

## Call Record Information

Each call record in the history includes:

**Basic Information:**

* **Time**: Call timestamp (relative or absolute)
* **Agent**: Voice Agent name and ID
* **Channel**: Communication channel (Web or Telephone)
* **Duration**: Call duration in readable format
* **Status**: Current call status with color-coded badge
* **Cost**: Cost in credits

**Detailed Information:**

* Call parameters (user number, agent number)
* Conversation metadata
* Call logs and transcripts
* Outcomes and results

## Default View Settings

### Default Filters

On first load, the following statuses are selected by default:

* **COMPLETED**
* **FAILED**
* **IN\_PROGRESS**
* **FORWARDED**

<Info>
  Default filters can be cleared or modified. Filter settings persist across page navigation via URL parameters.
</Info>

### Default Sort

Calls are sorted by **time (descending)** by default, showing most recent calls first.

## Column Visibility

Some columns are hidden by default but can be shown:

* **Agent Number** - Hidden by default
* **Client Number** - Hidden by default
* **Timestamp** - Hidden by default

These columns can be toggled via column visibility controls.

## Real-Time Updates

**Active Calls:**

* Status updates in real-time
* Duration updates live
* New calls appear automatically
* No manual refresh needed

**Live Transcription:**

* Active calls show live transcription
* Updates as conversation progresses
* Available in call details drawer

## Scope & Access

**Project Scoping:**

* Call history is scoped to projects
* Only shows calls for selected project
* Project selection required

**Permissions:**

* Requires appropriate permissions
* Access controlled by role
* Audit trail maintained

## Getting Started

1. **Select Project** - Ensure an active project is selected
2. **Navigate to Call History** - Go to Dashboard → Call History
3. **View Calls** - Browse recent calls with default filters
4. **Filter & Search** - Use filters and search to find specific calls
5. **View Details** - Click any call to see detailed information

## What's Next?

* **[Viewing Calls](./viewing-calls)** - Learn how to filter, search, and sort calls
* **[Call Details](./call-details)** - Understand call details drawer and tabs
* **[Best Practices](./best-practices)** - Optimize your call history usage

## Related Documentation

<CardGroup cols={2}>
  <Card title="Dashboard Overview" href="/agents/dashboard/overview">
    Monitor overall system performance
  </Card>

  <Card title="Live Calls" href="/agents/dashboard/live-calls">
    Monitor active calls in real-time
  </Card>

  <Card title="Voice Agents" href="/agents/introduction">
    Learn about Voice Agents
  </Card>

  <Card title="Quick Start" href="/overview/quickstart">
    Get started with Hamsa platform
  </Card>
</CardGroup>
