---
title: "Find case comments"
method: GET
path: "/api/cases/{caseId}/comments/_find"
tags: ["cases"]
---

# Find case comments

`GET /api/cases/{caseId}/comments/_find`

**Spaces method and path for this operation:**

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/cases/{caseId}/comments/_find</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

Retrieves a paginated list of comments for a case. You must have `read` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the cases with the comments you're seeking.

## Path parameters

- `caseId` string, required

## Query parameters

- `page` integer
- `perPage` integer
- `sortOrder` 'asc' | 'desc'

## Response `200`

Indicates a successful call.

- CasesFindCommentsResponse
  - `comments` CasesUserCommentResponseProperties[], required — Paginated list of user comments for the case.
    - `comment` string
    - `created_at` string, date-time
    - `created_by` CasesCaseResponseCreatedByProperties
      - `email` string, nullable, required
      - `full_name` string, nullable, required
      - `profile_uid` string
      - `username` string, nullable, required
    - `id` string
    - `owner` 'cases' | 'observability' | 'securitySolution' — The application that owns the cases: Stack Management, Observability, or Elastic Security.
    - `pushed_at` string, date-time, nullable
    - `pushed_by` CasesCaseResponsePushedByProperties, nullable
      - `email` string, nullable, required
      - `full_name` string, nullable, required
      - `profile_uid` string
      - `username` string, nullable, required
    - `type` 'user', required
    - `updated_at` string, date-time, nullable
    - `updated_by` CasesCaseResponseUpdatedByProperties, nullable
      - `email` string, nullable, required
      - `full_name` string, nullable, required
      - `profile_uid` string
      - `username` string, nullable, required
    - `version` string
  - `page` integer, required — The current page index.
  - `per_page` integer, required — The number of items per page.
  - `total` integer, required — The total number of comments.

## Other responses

- `401` — Authorization information is missing or invalid.

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/versions/531c9e2a7d23/schema)
