---
title: "Get a project"
method: GET
path: "/projects/{projectId}"
tags: ["Projects"]
---

# Get a project

`GET /projects/{projectId}`

Returns metadata for a single project when it is accessible to the authenticated public API key. Missing and inaccessible projects both return 404.

## Path parameters

- `projectId` string, required — Project identifier

## Response `200`

Project returned.

- object
  - `project_id` string, required — Project identifier
  - `name` string, required — Project name
  - `workspace_id` string, required — Workspace identifier
  - `origin` string, nullable, required — Project origin
  - `last_modified` number, nullable, required
  - `created_at` number, required

## Other responses

- `400` — 400
- `401` — 401
- `402` — 402
- `403` — 403
- `404` — 404
- `409` — 409
- `429` — 429
- `500` — 500

## Changes

- **2026-05-13** `5546855ea637` — 8 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `402`
  - added the non-success response with the status `403`
  - …4 more

[Change history](https://skmtc.dev/florafauna-ai/apis/flora-ai-api/changes/projects/:projectId/get.md)

---

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