---
title: "List Comment Likes"
method: GET
path: "/communities/spaces/posts/comments/{comment_id}/likes"
tags: ["Communities::Spaces::Post::Comment::Like"]
---

# List Comment Likes

`GET /communities/spaces/posts/comments/{comment_id}/likes`

List likes for a comment

## Path parameters

- `comment_id` integer, required

## Query parameters

- `after` string
- `sort_order` 'asc' | 'desc'
- `sort_property` 'id' | 'updated_at'

## Response `200`

OK

- CommunitiesSpacesPostsCommentsLikeAttributes[]
  - `id` integer — Like ID
  - `public_id` string, nullable — Like public ID
  - `comment_id` integer — ID of the Comment that was liked
  - `contact` object, nullable — Short representation of the Contact who liked the comment, or null if the contact has been deleted
    - `id` integer — Contact ID
    - `public_id` string — Contact public ID
    - `email_address` string, nullable — Contact email address
    - `first_name` string, nullable — Contact first name
    - `last_name` string, nullable — Contact last name
    - `phone_number` string, nullable — Contact phone number
  - `created_at` string, date-time, nullable — Created at
  - `updated_at` string, date-time, nullable — Updated at

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
