---
title: "Fetch Collection"
method: GET
path: "/products/collections/{id}"
tags: ["Products::Collection"]
---

# Fetch Collection

`GET /products/collections/{id}`

Fetch Collection

## Path parameters

- `id` string, required

## Response `200`

OK

- ProductsCollectionAttributes — Collections
  - `id` integer — Numeric ID of the collection
  - `public_id` string, nullable — Public ID is a string version of the numeric ID
  - `workspace_id` integer — ID reference to the workspace to which the collection belongs
  - `name` string — Name of the products collection
  - `description` string, nullable — Description of the collection
  - `collection_type` string, nullable — Type of the collection (manual or automatic)
  - `product_ids` unknown
  - `sort_method` 'manually' | 'name_asc' | 'name_desc' | 'price_desc' | 'price_asc' | 'added_at_desc' | 'added_at_asc' | 'created_at_desc' | 'created_at_asc', nullable — Method used to sort the products in the collection
  - `archived` boolean, nullable — Whether the collection is archived
  - `image_id` string, nullable — Collection image
  - `visible_in_store` boolean, nullable — Whether the collection is visible in the online store
  - `current_path` string, nullable — Current path of the collection
  - `seo_title` string, nullable — Title of the collection for SEO purposes
  - `seo_description` string, nullable — Description of the collection for SEO purposes
  - `seo_indexable` string, nullable — Whether the collection is indexable by search engines
  - `social_image_id` string, nullable — Image for social sharing
  - `created_at` string, nullable — Date and time the collection was created
  - `updated_at` string, nullable — Date and time the collection was last updated

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