---
title: "List annotations in a group"
method: GET
path: "/groups/{id}/annotations"
tags: ["groups"]
---

# List annotations in a group

`GET /groups/{id}/annotations`

Get a paginated list of all annotations in a group.

## Query parameters

- `page[after]` string, date-time
- `page[size]` unknown
- `moderation_status` 'APPROVED' | 'PENDING' | 'DENIED' | 'SPAM'

## Response `200`

Success

## Changes

- **2025-08-28** (v2) `a5929648b2e9` — 1 warning, 1 info
  - deleted the `query` request parameter `page[number]`
  - added the new optional `query` request parameter `page[after]`
- **2025-05-29** (v2) `8815d30b18ba` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hypothesis/apis/hypothesis-api/changes/groups/:id/annotations/get.md)

---

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