---
title: "Fetch Email Topic"
method: GET
path: "/emails/topics/{id}"
tags: ["Emails::Topic"]
---

# Fetch Email Topic

`GET /emails/topics/{id}`

Retrieve a single email topic

## Path parameters

- `id` string, required

## Response `200`

OK

- EmailsTopicAttributes — Email Topics
  - `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)
