---
title: "List Email Topics"
method: GET
path: "/workspaces/{workspace_id}/emails/topics"
tags: ["Emails::Topic"]
---

# List Email Topics

`GET /workspaces/{workspace_id}/emails/topics`

List all email topics for a workspace. Use include_archived=true to include archived topics.

## Path parameters

- `workspace_id` integer, required

## Query parameters

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

## Response `200`

OK

- EmailsTopicAttributes[]
  - `id` integer — Topic ID
  - `public_id` string, nullable — Topic public ID
  - `workspace_id` integer — Workspace ID
  - `name` string — Topic name
  - `description` string, nullable — Topic description
  - `created_at` string, date-time, nullable — Created at datetime
  - `updated_at` string, date-time, nullable — Updated at datetime

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