---
title: "Find all comment templates"
method: GET
path: "/comment-templates"
tags: ["comment-templates"]
---

# Find all comment templates

`GET /comment-templates`

Get paginated list of comment templates.

-  PERMISSIONS: `api_comment_template:read`

## Query parameters

- `page` integer
- `limit` integer
- `search` string
- `sort` 'asc' | 'desc'
- `sort_by` string
- `ids[]` string[]

## Other responses

- `400` — Bad Request

## Changes

- **2026-03-17** `c271158ce44e` — 1 info
  - endpoint added
- **2026-03-13** `f7716f144fcd` — 1 breaking
  - api path removed without deprecation
- **2026-03-13** `a34e2fd5d5ba` — 1 breaking, 4 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `400`
  - added `#/components/schemas/pagination.ListResponse` to the response body `allOf` list for the response status `200`
  - removed `#/components/schemas/common.PaginatedListResponse` from the response body `allOf` list for the response status `200`
  - added the optional property `error` to the response with the `400` status
  - …1 more
- **2026-03-13** `a99147714408` — 1 info
  - endpoint added
- **2025-11-04** `fb4f0c9642fd` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/capensis/apis/canopsis-community-api/changes/comment-templates/get.md)

---

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