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

# Get Project

`GET /v1/projects/{project_id}`

## Path parameters

- `project_id` integer, required

## Query parameters

- `timeout` integer, nullable

## Headers

- `apikey` string, nullable

## Response `200`

Successful Response

- ProjectResponse
  - `data` ProjectResponseItem, required
    - `id` integer, required
    - `name` string, required
    - `projectType` 'classification' | 'object-detection' | 'segmentation' | 'anomaly-detection', required
    - `isActive` boolean, nullable
    - `createdAt` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/landing-ai/apis/landinglens-api.md) · [All operations](https://skmtc.net/landing-ai/apis/landinglens-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/landing-ai/landinglens-api/versions/73e50adb1306/schema)
