---
title: "IN DEVELOPMENT"
method: GET
path: "/collections/collection/{name}"
tags: ["Collections"]
---

# IN DEVELOPMENT

`GET /collections/collection/{name}`

Get collection by Name.
The model/asset content is not included in the response.

## Path parameters

- `name` string, required

## Headers

- `X-PHYSNA-TENANTID` string

## Response `200`

Ok

- GetCollectionResponseBody
  - `id` string, required
  - `name` string
  - `createdAt` string
  - `thumbnails` string[]
  - `tag` string
  - `metadata` CollectionMetadata[]
    - `metadataKeyId` number, double, required
    - `collectionId` string, required
    - `name` string, required
    - `value` string, required

## Other responses

- `503`

---

[API](https://skmtc.dev/physna/apis/physna-public-api.md) · [All operations](https://skmtc.dev/physna/apis/physna-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/physna/physna-public-api/revisions/18b6af4c004d/schema)
