---
title: "List Blog Authors"
method: GET
path: "/blogs/{blog_id}/authors"
tags: ["Blogs::Author"]
---

# List Blog Authors

`GET /blogs/{blog_id}/authors`

List the authors 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

- BlogsAuthorAttributes[]
  - `id` integer, required — Author ID
  - `public_id` string, required — The public identifier of the author
  - `blog_id` integer, required — Blog ID that the author belongs to
  - `first_name` string, nullable, required — Author first name
  - `last_name` string, nullable, required — Author last name
  - `email_address` string, nullable, required — Author email address
  - `image_id` integer, nullable, required — ID of the author's profile image
  - `created_at` string, date-time, required — Created at
  - `updated_at` string, date-time, required — Updated at
  - `full_name` string, nullable, required — The author's full name
  - `display_name` string, nullable, required — The author's display name
  - `image_url` string, nullable, required — The URL of the author's profile image

## 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)
