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

# Observability

> Read memory health and usage through the Dashboard API.

## Overview

The Dashboard endpoints expose the same signals the Console surfaces: how much
memory you hold, its provenance mix, how often memory abstained, and retrieval
health. Use them to monitor EDN from your own tools.

## Endpoints

<CardGroup cols={2}>
  <Card title="Summary" icon="gauge" href="/api-reference/dashboard-summary">
    Headline memory and usage figures.
  </Card>

  <Card title="Activity" icon="wave-square" href="/api-reference/dashboard-activity">
    Recent memory activity.
  </Card>

  <Card title="Attention" icon="triangle-exclamation" href="/api-reference/dashboard-attention">
    Items that need manual review.
  </Card>

  <Card title="Efficiency" icon="bolt" href="/api-reference/dashboard-efficiency">
    Efficiency signals.
  </Card>

  <Card title="Provenance" icon="chart-pie" href="/api-reference/dashboard-provenance">
    The provenance mix of stored records.
  </Card>
</CardGroup>

<Note>
  A fuller observability tutorial is coming. The endpoint pages above document
  every field and let you try each call.
</Note>
