---
title: "List Styles"
method: GET
path: "/workspaces/{workspace_id}/styles"
tags: ["Style"]
---

# List Styles

`GET /workspaces/{workspace_id}/styles`

List Styles

## Path parameters

- `workspace_id` integer, required

## Query parameters

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

## Response `200`

OK

- StyleAttributes[]
  - `id` integer — Style ID
  - `public_id` string, nullable — Public Style ID
  - `workspace_id` integer — Workspace ID
  - `theme_id` integer, nullable — Theme ID
  - `name` string — Name
  - `created_at` string, nullable — Created at
  - `updated_at` string, nullable — 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)
