---
title: "GET /projects/{projectSlug}"
method: GET
path: "/projects/{projectSlug}"
---

# GET /projects/{projectSlug}

`GET /projects/{projectSlug}`

Get a project by slug

## Path parameters

- `projectSlug` string, required

## Response `200`

Successful operation

- Project
  - `id` string, uuid
  - `name` string
  - `slug` string
  - `icon` string
  - `icon_radius` string
  - `og_image` string
  - `created_at` string, date-time

## Other responses

- `400` — Invalid project slug supplied
- `404` — Project not found

---

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