---
title: "Get a specific project by ID"
method: GET
path: "/projects/{id}"
tags: ["Projects"]
---

# Get a specific project by ID

`GET /projects/{id}`

Retrieves a specific project by its ID.
Only the project owner can access their projects.

## Path parameters

- `id` string, required

## Response `200`

Project details

- Project
  - `id` string — Unique identifier for the project (GUID)
  - `name` string — Name of the project
  - `description` string — Detailed description of the project
  - `url` string — Optional URL associated with the project
  - `token` string — Client token (owner of the project)
  - `createdOn` string, date-time — Creation timestamp
  - `updatedOn` string, date-time — Last update timestamp
  - `active` boolean — Whether the project is active
  - `imageUrl` string, uri — Optional URL of the 200x50 brand image associated with the project
  - `textColor` string, nullable — Hex color (e.g.
  - `backgroundColor` string, nullable — Hex color (e.g.
  - `brandColor` string, nullable — Primary branding accent color applied to overlay shapes when branding is configured
  - `accentColor` string, nullable — Secondary accent color applied to overlay highlights and subtitles when branding is configured

## Other responses

- `400` — Bad request - Missing project ID
- `401` — Unauthorized - valid API token required
- `404` — Project not found
- `500` — Internal server error

---

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