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

# Call log

> Review every call with its direction, status, duration, and credits, and listen to its recording or read its transcript.

The **Calls** tab of Voice is the log of all your organization's phone activity. Every call, inbound or outbound, is recorded with its outcome and its consumption.

## The table

| Column           | Content                                           |
| ---------------- | ------------------------------------------------- |
| **Phone number** | The caller's number.                              |
| **Direction**    | Whether the call was **Inbound** or **Outbound**. |
| **Status**       | The call's outcome.                               |
| **Duration**     | Talk time, in minutes and seconds.                |
| **Credits**      | Credits consumed by that call.                    |
| **Date**         | When it happened.                                 |

The listing is paginated and has a **Filters** button to narrow what you see.

### Statuses

The statuses you'll see most often are **Completed**, when the call ran and ended normally, and **Unknown**, when the outcome couldn't be determined.

<Note>
  A call in **Unknown** status may appear with no duration and no credits. These are usually attempts that never got established.
</Note>

## A call's detail

Opening a call reveals a panel with everything that happened in it. At the top it shows the number and the **conversation ID** (in the `conv_...` format), followed by a summary with the direction, status, duration, credits, and date.

### Recording

Every call keeps its **recording**, which you can play from the panel itself with **Play recording**.

### Transcript

Below it, the full **transcript** appears turn by turn, distinguishing what the **agent** said from what the **customer** said.

<Tip>
  The transcript is the most direct tool for understanding why a call didn't go as expected. Before touching the prompt, read three or four full transcripts: the problem almost always shows up at a specific point — a badly phrased question, a value the agent couldn't interpret, a mishandled interruption — rather than in the prompt as a whole.
</Tip>

<Warning>
  Recordings and transcripts contain what real people said, often including personal data. Treat them with the same care as any other customer data, and keep your local recording-notice obligations in mind: if your operation requires it, the place to say so is the agent's [first message](/en/guides/voice/agents).
</Warning>

## What to look at in the log

**The share of calls that didn't complete.** If it's high on outbound calls, the cause is usually outside the agent: malformed numbers or ineffective time windows.

**Duration.** Very short calls signal that people hang up at the start, which points to the first message. Calls that always approach the limit signal that the agent isn't closing, which points to the [End call](/en/guides/voice/tools) tool.

**Credits against duration.** Helps spot calls that are unusually expensive for their length.

## From the CLI

<Card title="Query calls from the terminal" icon="terminal" href="/en/guides/cli/voice">
  `jelou voice calls` lists and filters calls, downloads recordings, exports to CSV or XLSX, and shows statistics for the period.
</Card>
