---
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, required

## Response `200`

Successful Response

- ProjectResponse — Project as returned from the API.
  - `id` string, required
  - `organization_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `gcs_region` 'australia-southeast1' | 'asia-southeast1' | 'us-west1' | 'europe-west1'
  - `gcs_bucket_name` string, nullable
  - `is_archived` boolean
  - `restricted` boolean
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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