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

# Estatísticas de uma lista

> Estatísticas operacionais de uma lista: contagem de itens, metadados de última sincronização e resumo leve de performance — GET /data-lists/{id}/stats.

## Visão geral

Retorna estatísticas operacionais de uma lista visível ao tenant.

## Endpoint

```
GET https://api.gu1.ai/data-lists/{id}/stats
```

## Autenticação

```bash theme={null}
Authorization: Bearer YOUR_API_KEY
```

## Resposta

`data` includes `listId`, `name`, `type`, `status`, `stats`, `summary.itemCount`, `summary.lastSyncAt`, and service `performance` counters.

`403` for marketplace-only lists not exposed via this API.
