---
title: "Get project"
method: GET
path: "/v0/projects/{id}"
tags: ["Project"]
---

# Get project

`GET /v0/projects/{id}`

Get project by ID. Only the projects under current service user will be accessible.

## Path parameters

- `id` string, required

## Response `200`

OK

- FrontierGetProjectById
  - `project` object
    - `id` string — ID of the project
    - `name` string — Project slug
    - `title` string — Project name
    - `org_id` string — Workspace ID this project belongs to
    - `created_at` string — Project creation datetime
    - `updated_at` string — Project update datetime
    - `metadata` object — Additional data in the form of key-value pairs

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/pixxel/apis/stargate.md) · [All operations](https://skmtc.net/pixxel/apis/stargate/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pixxel/stargate/versions/b501e2ca5a9d/schema)
