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

# Call Logs

> Review, filter, and analyze every call handled by your PulsyAI assistants — listen to recordings, inspect transcripts, and segment by outcome or date range.

The Call Logs tab is the complete record of every call handled by your AI agents — inbound and outbound. For each call you can see the outcome, the caller's sentiment, and access the full transcript and recording.

To access it, open an assistant and click the **Call Logs** tab.

<img src="https://mintcdn.com/pulsyai/CaYSbO98ULvsHT9Y/images/call-logs/01-call-logs.png?fit=max&auto=format&n=CaYSbO98ULvsHT9Y&q=85&s=fc13eba6de7b277f259314881050717a" alt="Call Logs" width="1918" height="945" data-path="images/call-logs/01-call-logs.png" />

***

## What You See in the Table

Each row in the Call Logs table represents one call. The columns include:

| Column             | Description                                                                                                                                                                                                                                                               |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Phone**          | The caller's or contact's phone number.                                                                                                                                                                                                                                   |
| **Date / Time**    | When the call occurred.                                                                                                                                                                                                                                                   |
| **Outcome**        | The result of the call — e.g. Full Lead, MQL, Voicemail, No Answer, or any custom status you defined. You can define your own outcomes and assign a monetary value to each one in the [Analytics → Configure Analytics](/platform/analytics#configure-analytics) section. |
| **User Sentiment** | AI-assessed tone of the caller: positive, neutral, or negative.                                                                                                                                                                                                           |
| **View**           | Opens the full call detail — transcript, recording, and extracted data.                                                                                                                                                                                                   |
| **Delete**         | Permanently removes the call record.                                                                                                                                                                                                                                      |

***

## Filters

Use the filters at the top of the table to narrow down the list:

* **Filter by Status** — Show only calls with a specific outcome (e.g. Full Lead, No Answer).

<Note>
  The statuses available in this filter reflect the outcomes you have configured. To create or customize your own statuses, go to [Analytics → Configure Analytics](/platform/analytics#configure-analytics).
</Note>

* **Filter by Date Range** — Focus on a specific time window using the date picker.

***

## Items Per Page

Use the **Items per page** selector to control how many call records are displayed at once — up to **100 calls per page**. Use this when you want to review a large volume of calls without paginating.

***

## Viewing a Call

Click **View** on any row to open the full call detail modal.

<img src="https://mintcdn.com/pulsyai/CaYSbO98ULvsHT9Y/images/call-logs/02-call-detail.png?fit=max&auto=format&n=CaYSbO98ULvsHT9Y&q=85&s=fbb8d9048a6b804e3aabbf8005a77b56" alt="Call detail view" width="1664" height="944" data-path="images/call-logs/02-call-detail.png" />

Inside you will find:

* **Call recording** — An audio player to listen back to the full call. Click the **three dots (⋯)** menu to download the recording or adjust the playback speed.
* **Transcript** — A full text transcript of the conversation. Messages labeled **User** are the human caller's responses. Messages labeled **Assistant** are what the AI agent said. The call detail panel also shows:

| Field              | Description                                                                                         |
| ------------------ | --------------------------------------------------------------------------------------------------- |
| **Phone Number**   | The caller's or contact's phone number.                                                             |
| **Date**           | When the call occurred.                                                                             |
| **Outcome**        | The classified result of the call (e.g. Full Lead, MQL, No Answer).                                 |
| **User Sentiment** | AI-assessed tone of the caller: positive, neutral, or negative.                                     |
| **Call SID**       | A unique identifier for this specific call. Always include it when contacting support about a call. |

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Analytics" icon="chart-bar" href="/platform/analytics">
    See aggregated performance metrics and revenue across all your agents.
  </Card>

  <Card title="Call Flows" icon="git-branch" href="/platform/call-flows">
    Optimize your agent script based on what you find in the call logs.
  </Card>
</CardGroup>
