---
title: "List Blog Categories"
method: GET
path: "/blogs/{blog_id}/categories"
tags: ["Blogs::Category"]
---

# List Blog Categories

`GET /blogs/{blog_id}/categories`

List the categories within the given blog.

## Path parameters

- `blog_id` integer, required

## Query parameters

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

## Response `200`

OK

- BlogsCategoryAttributes[]
  - `id` integer, required — Category ID
  - `public_id` string, required — The public identifier of the category
  - `blog_id` integer, required — Blog ID that the category belongs to
  - `name` string, required — Category name
  - `current_path` string, nullable, required — The current path of the category
  - `created_at` string, date-time, required — Created at
  - `updated_at` string, date-time, required — Updated at
  - `url` string, nullable, required — The full public URL of the category

## 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/versions/ae6313eaa176/schema)
