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

# Get Project

`GET /v1/projects/{project_id}`

Returns project details

## Path parameters

- `project_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- SchemasProjectResponse
  - `created_at` string
  - `description` string
  - `id` string
  - `is_default` boolean
  - `name` string
  - `tenant_id` string

## Other responses

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

---

[API](https://skmtc.dev/arcadeai/apis/arcade-api.md) · [All operations](https://skmtc.dev/arcadeai/apis/arcade-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arcadeai/arcade-api/revisions/8446c4e394ac/schema)
