---
title: "Read Project"
method: GET
path: "/v2/projects/{project_id}"
tags: ["external", "external-v2"]
---

# Read Project

`GET /v2/projects/{project_id}`

Fetch metadata for a single project by ID.

## Path parameters

- `project_id` string, uuid, required — UUID of the project to read. The caller's assistant must own this project.

## Response `200`

OK

- ReadProjectResponseSchema
  - `created_at` string, date-time, required
  - `description` string, nullable, required
  - `id` string, uuid, required
  - `last_activity_at` string, date-time, nullable, required
  - `request_id` string, required — Identifier for this API request. Useful for tracing and support.
  - `status` string, required
  - `title` string, required
  - `updated_at` string, date-time, required

---

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