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

# Get Project

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

Get a project by ID.

## Path parameters

- `project_id` string, uuid, nullable, required

## Query parameters

- `organization_id` string, uuid, nullable

## Cookies

- `session` string, nullable

## Response `200`

Successful Response

- Project — Schema for a project.
  - `name` string, required
  - `id` string, uuid, required — Unique identifier
  - `created_at` string, date-time, nullable — Creation datetime
  - `updated_at` string, date-time, nullable — Update datetime
  - `organization_id` string, uuid, required — The Organization ID the project is under.
  - `is_default` boolean — Whether this project is the default project for the user.

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-09** `b17341164de9` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-05-23** `34da5826db1c` — 1 warning
  - removed the optional property `ad_hoc_eval_dataset_id` from the response with the `200` status
- **2026-05-21** `fb63fb8d662c` — 1 info
  - added the optional property `ad_hoc_eval_dataset_id` to the response with the `200` status
- **2026-05-16** `c317ed7c691a` — 1 warning
  - removed the optional property `ad_hoc_eval_dataset_id` from the response with the `200` status
- **2026-05-14** `1bbc901f8c0d` — 1 info
  - added the optional property `ad_hoc_eval_dataset_id` to the response with the `200` status

[Full history](https://skmtc.dev/run-llama/apis/llama-platform/changes/api/v1/projects/:project_id/get.md)

---

[API](https://skmtc.dev/run-llama/apis/llama-platform.md) · [All operations](https://skmtc.dev/run-llama/apis/llama-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/run-llama/llama-platform/revisions/b17341164de9/schema)
