---
title: "Get content statistics"
method: GET
path: "/content/stats"
tags: ["content"]
---

# Get content statistics

`GET /content/stats`

This endpoint is used to get content statistics. Every content stored in the network (estuary) is tracked by a unique ID which can be used to get information about the content. This endpoint will allow the consumer to get the collected stats of a conten

## Query parameters

- `limit` string, required
- `offset` string, required

## Response `200`

OK

- string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2022-10-29** `3ca60f3cf6bb` — 3 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
  - added the success response with the status `200`
- **2022-10-27** `1566cd255be2` — 1 breaking, 2 info
  - removed the success response with the status `200`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `500`
- **2022-10-12** `56275bed061a` — 2 breaking, 1 warning
  - added the new required `query` request parameter `limit`
  - added the new required `query` request parameter `offset`
  - deleted the `path` request parameter `limit`
- **2022-09-14** `35d2c26f300c` — 2 breaking, 2 warning, 2 info
  - added the new path request parameter `limit`
  - removed the success response with the status `200`
  - deleted the `query` request parameter `limit`
  - deleted the `query` request parameter `offset`
  - …2 more

[Change history](https://skmtc.dev/application-research/apis/estuary-api/changes/content/stats/get.md)

---

[API](https://skmtc.dev/application-research/apis/estuary-api.md) · [All operations](https://skmtc.dev/application-research/apis/estuary-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/application-research/estuary-api/revisions/3ca60f3cf6bb/schema)
