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

# Get Site Stats

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

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

## Query parameters

- `limit` integer, required

## Response `200`

OK

- ContainerList — List of containers.
  - `containers` Container[]
    - `container_id` string, required
    - `content_container_uuid` string, uuid, nullable
    - `actor_uuid` string, uuid, nullable
    - `title` string, nullable
    - `total_visible_content` integer, nullable
    - `ratings_summary` RatingsSummary
      - `total_ratings` integer
      - `avg_rating` number
      - `distribution` object
    - `settings` ContentContainerSettings, nullable
      - `activation_time` integer, nullable
      - `is_social_feed_premoderation_enabled` boolean
      - `is_replying_enabled` boolean
      - `maximum_toplevel_body_length` integer, nullable
      - `is_toplevel_removal_enabled` boolean
      - `is_toplevel_premoderation_enabled` boolean
      - `is_toplevel_editing_enabled` boolean
      - `toplevel_editing_duration` integer, nullable
      - `maximum_reply_body_length` integer, nullable
      - `is_reply_removal_enabled` boolean
      - `is_reply_premoderation_enabled` boolean
      - `is_reply_editing_enabled` boolean
      - `reply_editing_duration` integer, nullable
      - `maximum_content_length` integer, nullable
      - `is_content_removal_enabled` boolean
      - `premoderate_social_feed` boolean
      - `enable_replies` boolean
      - `is_content_premoderation_enabled` boolean
      - `is_content_editing_enabled` boolean
      - `content_editing_duration` integer, nullable
      - `is_hidden` boolean

## 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)
