---
title: "Gets all store themes."
method: GET
path: "/themes"
tags: ["Themes"]
---

# Gets all store themes.

`GET /themes`

## Response `200`

Returns all themes associated with the BigCommerce store.

- ThemesCollectionResponse — Response payload for the BigCommerce API.
  - `data` Theme[]
    - `variations` Variation[] — The variations.
      - `description` string — The description.
      - `external_id` string — The external identifier.
      - `name` string — The name.
      - `uuid` string — The identifier.
    - `uuid` string — The identifier.
    - `name` string — The theme name identifier.
    - `is_private` boolean — Flag to identify private themes.
  - `meta` CollectionMeta — Data about the response, including pagination and collection totals.
    - `pagination` Pagination — Data about the response, including pagination and collection totals.
      - `total` integer — Total number of items in the result set.
      - `count` integer — Total number of items in the collection response.
      - `per_page` integer — The amount of items returned in the collection per page, controlled by the limit parameter.
      - `current_page` integer — The page you are currently on within the collection.
      - `total_pages` integer — The total number of pages in the collection.
      - `links` object — Pagination links for the previous and next parts of the whole collection.
        - `previous` string — Link to the previous page returned in the response.
        - `current` string — Link to the current page returned in the response.
        - `next` string — Link to the next page returned in the response.

## Other responses

- `default` — Error message.

---

[API](https://skmtc.net/bigcommerce/apis/bigcommerce-api.md) · [All operations](https://skmtc.net/bigcommerce/apis/bigcommerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigcommerce/bigcommerce-api/revisions/90efb67b99f3/schema)
