---
title: "Get Site Stats By UUID"
method: GET
path: "/v4/livecomments/{section_uuid}/stats/{uuids}"
tags: ["CommentStats", "internal"]
---

# Get Site Stats By UUID

`GET /v4/livecomments/{section_uuid}/stats/{uuids}`

Provides a set of basic information about all livecomment instances in a section or site. Further stats and metrics can be retrieved using other stats endpoints per container. This endpoint is only accessible by internal services.

## Path parameters

- `section_uuid` string, uuid, required
- `uuids` string, required

## Response `200`

OK

- ContainerStats — List of containers and basic stats about each one.
  - `containers` ContainerStat[]
    - `content_container_uuid` string, uuid
    - `visible_contents_total` integer — number of contents visible to end users.
    - `visible_contents_social` integer — number of visible contents from social ingestion

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/viafoura/apis/engagement-api.md) · [All operations](https://skmtc.net/viafoura/apis/engagement-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/viafoura/engagement-api/versions/ea12eb6ecdc1/schema)
