---
title: "Get collection details"
method: GET
path: "/v1/collections/{id}"
tags: ["Collections"]
---

# Get collection details

`GET /v1/collections/{id}`

Get details of a specific collection.

This endpoint retrieves detailed information about a single
collection identified by its UUID. The user must have access to the
collection to view its details.

## Path parameters

- `id` string, uuid, required — The unique identifier of the collection

## Response `200`

Successful Response

- NebulaResultsCollectionResponse
  - `results` CollectionResponse, required
    - `access_tier` string, nullable
    - `cache_policy` string, nullable
    - `chain_type` string, nullable
    - `contract_address` string, nullable
    - `created_at` string, date-time, required
    - `creator_royalty_bps` integer, nullable
    - `description` string, nullable, required
    - `engram_count` integer, required
    - `graph_collection_status` string, required
    - `graph_sync_status` string, required
    - `has_preview_access` boolean, nullable
    - `id` string, uuid, required
    - `is_forked` boolean, nullable
    - `marketplace_metadata` object, nullable
    - `memory_count` integer, nullable
    - `name` string, required
    - `nft_collection_address` string, nullable
    - `owner_email` string, nullable
    - `owner_id` string, uuid, nullable, required
    - `owner_name` string, nullable
    - `preview_query_limit` integer, nullable
    - `purchase_price_usd` string, nullable
    - `rental_price_monthly_usd` string, nullable
    - `updated_at` string, date-time, required
    - `user_count` integer, required
    - `workspace_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

---

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