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

# DialNexa Monitoring Overview

> Understand DialNexa monitoring through Call History, call details, transcripts, recordings, post-call analysis, retries, transfers, audio cache, annotations, and exports.

DialNexa monitoring is the evidence layer for every call. Call History and call detail pages show status, transcript, recording, summary, sentiment, duration, cost signals, extracted fields, retries, transfers, audio cache data, annotations, and exports.

<img src="https://mintcdn.com/dialnexa/0efoAN-6So4r-6NC/images/documentation/screenshots/dashboard-overview-active.png?fit=max&auto=format&n=0efoAN-6So4r-6NC&q=85&s=e0db82f7efb4efc43993ff908b888b6a" alt="DialNexa Overview page showing recent calls, call metrics, weekly call volume, active agents, and credits." style={{ width: '100%', maxWidth: '1100px', margin: '8px 0 24px', border: '1px solid #e5e7eb', borderRadius: '6px' }} width="3420" height="1966" data-path="images/documentation/screenshots/dashboard-overview-active.png" />

<Note>
  If setup pages are the plan, monitoring is the receipt. Keep the receipt.
</Note>

## Monitoring Surfaces

Use the surface that matches the question.

| Question                        | Use                                                                   |
| ------------------------------- | --------------------------------------------------------------------- |
| Which calls happened?           | Call History table with filters, date range, sorting, and pagination. |
| What happened in one call?      | Call detail page with recording, transcript, summary, and metadata.   |
| What did the AI extract?        | Post-call analysis results and custom fields.                         |
| Did retries or transfer happen? | Retry history and transfer detail tabs.                               |
| Can we report this externally?  | CSV exports and webhook delivery evidence.                            |

## Evidence Types

Every evidence type answers a different question.

<CardGroup cols={2}>
  <Card title="Status" icon="activity" href="/reference/statuses">
    Did the call complete, fail, not pick, cancel, or expire?
  </Card>

  <Card title="Recording" icon="headphones" href="/monitoring/transcripts-recordings-and-summaries">
    What did the caller and agent sound like?
  </Card>

  <Card title="Transcript" icon="file-text" href="/monitoring/transcripts-recordings-and-summaries">
    What text did the system capture?
  </Card>

  <Card title="Post-call fields" icon="list-checks" href="/monitoring/post-call-analysis-results">
    What structured outcome was extracted?
  </Card>
</CardGroup>

## A Good Debugging Order

<Steps>
  <Step title="Find the exact call">
    Use call id, batch id, date range, agent, status, or campaign filter.
  </Step>

  <Step title="Open detail">
    Read status, duration, summary, transcript, recording, and extracted fields.
  </Step>

  <Step title="Check related tabs">
    Open retries, transfers, or audio cache when relevant.
  </Step>

  <Step title="Trace back to setup">
    Open the agent version, phone number, batch, workflow, or integration that started the call.
  </Step>
</Steps>

## Related Reading

<CardGroup cols={2}>
  <Card title="Call History" icon="activity" href="/monitoring/call-history">
    Find calls.
  </Card>

  <Card title="Call Detail Page" icon="panel-right" href="/monitoring/call-detail-page">
    Inspect one call.
  </Card>

  <Card title="Exporting Call Data" icon="download" href="/monitoring/exporting-call-data">
    Report outcomes.
  </Card>
</CardGroup>
