---
title: "Get project"
method: GET
path: "/api/v1/projects/{id}"
tags: ["Projects"]
---

# Get project

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

Get details of a specific project.

## Path parameters

- `id` string, uuid, required

## Response `200`

Project details

- object
  - `success` boolean
  - `data` Project
    - `id` string, uuid, required — Unique project identifier
    - `account_id` string, uuid, required — Account this project belongs to
    - `name` string, required — Project name
    - `slug` string, required — URL-friendly project identifier
    - `description` string — Project description
    - `default_region` 'us-east', required — Default region for resources in this project
    - `is_default` boolean, required — Whether this is the account's default project
    - `is_active` boolean, required — Whether the project is active
    - `created_by` string, uuid — User who created the project
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `401` — Authentication required
- `404` — Resource not found

---

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