---
title: "List Comments"
method: GET
path: "/communities/spaces/posts/{post_id}/comments"
tags: ["Communities::Spaces::Post::Comment"]
---

# List Comments

`GET /communities/spaces/posts/{post_id}/comments`

List comments for a post

## Path parameters

- `post_id` integer, required

## Query parameters

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

## Response `200`

OK

- CommunitiesSpacesPostsCommentAttributes[]
  - `id` integer — Comment ID
  - `public_id` string, nullable — Comment public ID
  - `contact_id` integer, nullable — ID of the Contact who authored the comment
  - `body` string, nullable — Comment body as plain text
  - `url` string, nullable — Canonical URL of the comment
  - `contact` object, nullable — Short representation of the authoring Contact, 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
  - `group` object — The Space Group the parent post belongs to
    - `id` integer — Space Group ID
    - `public_id` string, nullable — Space Group public ID
    - `name` string, nullable — Space Group name
  - `post` object — The Post this comment belongs to
    - `id` integer — Post ID
    - `public_id` string, nullable — Post public ID
    - `title` string, nullable — Post title
    - `url` string, nullable — Post canonical URL
  - `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)
