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

# Analytics

> Read YALG dashboard and content performance data.

Analytics endpoints help you bring YALG status and performance data into your own dashboards.

## Dashboard summary

```http theme={null}
GET /v1/statistics/dashboard
```

Use this for high-level account summaries.

## Overview metrics

```http theme={null}
GET /v1/statistics/overview
```

Use this when you need aggregate content and account metrics.

## Recent posts

```http theme={null}
GET /v1/statistics/recent-posts
```

Use recent posts to show what YALG generated, scheduled, or published most recently.

## Pending validation

```http theme={null}
GET /v1/statistics/pending-validation
```

Use pending validation to power review queues in external dashboards.

## Integration advice

* Cache dashboard reads for a short interval when embedding them in internal tools.
* Use rate-limit headers to avoid aggressive polling.
* Treat not-found responses as missing or inaccessible resources.
