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

# Fetch Blog

`GET /blogs/{id}`

Retrieve a blog.

## Path parameters

- `id` string, required

## Response `200`

OK

- BlogAttributes — Blogs
  - `id` integer — Blog ID
  - `public_id` string — The public identifier of the blog
  - `workspace_id` integer — Workspace ID that the blog belongs to
  - `site_id` integer, nullable — Site ID that the blog belongs to
  - `name` string — Name of the blog
  - `current_path` string — The URL path for the blog
  - `url` string — The full public URL of the blog
  - `theme_id` integer, nullable — Theme ID for the blog
  - `style_id` integer, nullable — Style ID for the blog
  - `seo_image_id` integer, nullable — Default sharing image ID for the blog
  - `seo_title` string, nullable — Default Blog title for SEO
  - `seo_description` string, nullable — Default Blog description for SEO
  - `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)
