---
title: "Get page comments"
method: GET
path: "/v2/thumb/comments"
tags: ["Page Quality"]
---

# Get page comments

`GET /v2/thumb/comments`

Get a list of comments associated with page votes within a time period.

## Query parameters

- `path` union
  - string
  - string[]
- `email` union
  - string
  - Email[]
- `rangeLength` number — Length of the date range.
- `resolution` 'hour' | 'day' | 'week' | 'month' — Relative time interval of data buckets.
- `rangeStart` string, date — Starting date
- `rangeEnd` string, date — Ending date
- `limit` number
- `page` number
- `pageSize` number

## Headers

- `x-timezone` string — Locale timezone in IANA format.

## Response `200`

Comments and metadata associated with recent page views.

- object[]
  - `email` string
  - `vote` number
  - `comment` string
  - `createdAt` string, date-time

---

[API](https://skmtc.dev/readme/apis/developer-metrics-api.md) · [All operations](https://skmtc.dev/readme/apis/developer-metrics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/readme/developer-metrics-api/revisions/d980c0132964/schema)
