---
title: "Get a single project by id"
method: GET
path: "/api/preview/projects/{id}"
tags: ["project"]
---

# Get a single project by id

`GET /api/preview/projects/{id}`

## Path parameters

- `id` string, required — UUID v4 string

## Response `200`

Successful response

- object
  - `capsule_count` integer
  - `capsules` object[]
  - `color` string, nullable
  - `content_bytes` integer, nullable
  - `created_at` string
  - `defaulted_type_count` integer
  - `description` string, nullable
  - `id` string, required — UUID v4 string
  - `name` string
  - `organization_id` string, nullable
  - `slug` string
  - `types` object[]
  - `updated_at` string
  - `user_id` string
  - `visibility` string
  - `workspace_id` string, nullable

---

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