---
title: "Fetch Blog Post"
method: GET
path: "/blogs/posts/{id}"
tags: ["Blogs::Post"]
---

# Fetch Blog Post

`GET /blogs/posts/{id}`

Retrieve a blog post.

## Path parameters

- `id` string, required

## Query parameters

- `expand[]` string[]

## Response `200`

OK

- BlogsPostAttributes — Blog Posts
  - `id` integer — Post ID
  - `public_id` string — The public identifier of the post
  - `blog_id` integer — Blog ID that the post belongs to
  - `title` string — Title of the post
  - `published_at` string, date-time, nullable — Date and time the post was published
  - `current_path` string — The URL path for the post
  - `url` string — The full public URL of the post
  - `visibility` 'draft' | 'public' | 'members_only' | 'scheduled' — Visibility status of the post. One of `draft`, `public`, `members_only`, or `scheduled`.
  - `excerpt_content` string, nullable — Short summary of the blog post
  - `seo_title` string, nullable — SEO page title
  - `seo_description` string, nullable — SEO page description
  - `image_id` integer, nullable — Featured image ID
  - `image_url` string, nullable — URL of the featured image
  - `categories` object[] — Categories associated with the post
    - `name` string — Category name
  - `tags` object[] — Tags associated with the post
    - `name` string — Tag name
  - `authors` object[] — Authors associated with the post
    - `first_name` string — Author's first name
    - `last_name` string — Author's last name
    - `email_address` string — Author's email address
  - `markup` string — **Expandable** The PML (Page Markup Language) representation of the post's visual content. Only returned when expand[]=markup is provided. Empty string when the post has no visual content yet. See the [Page Markup Skill](https://accounts.myclickfunnels.com/.well-known/page-markup/skill.md) for the full DSL reference.
  - `created_at` string, date-time — Created at
  - `updated_at` string, date-time — 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)
