---
title: "Fetch Post"
method: GET
path: "/communities/spaces/posts/{id}"
tags: ["Communities::Spaces::Post"]
---

# Fetch Post

`GET /communities/spaces/posts/{id}`

Retrieve a post

## Path parameters

- `id` string, required

## Response `200`

OK

- CommunitiesSpacesPostAttributes — Communities::Spaces::Post
  - `id` integer — Post ID
  - `public_id` string, nullable — Post public ID
  - `contact_id` integer, nullable — ID of the Contact who authored the post
  - `title` string, nullable — Post title
  - `body` string, nullable — Post body as plain text
  - `url` string, nullable — Canonical URL of the post
  - `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 this post belongs to
    - `id` integer — Space Group ID
    - `public_id` string, nullable — Space Group public ID
    - `name` string, nullable — Space Group name
  - `topic` object — The Space (topic) this post belongs to
    - `id` integer — Space ID
    - `public_id` string, nullable — Space public ID
    - `name` string, nullable — Space name
  - `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)
