---
title: "Get project details"
method: GET
path: "/api/v1/project/detail"
tags: ["Projects"]
---

# Get project details

`GET /api/v1/project/detail`

Retrieve detailed information about a specific project

## Query parameters

- `projectId` integer, required

## Response `200`

Project details

- object
  - `data` Project
    - `projectId` integer — Unique project identifier
    - `projectName` string — Name of the project
    - `projectDescription` string, nullable — Project description
    - `createdOn` string, date-time — Creation timestamp
    - `createdBy` string — User who created the project
    - `orgId` integer — Organization ID
  - `status` integer

---

[API](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/checkmate-test-management-api/revisions/f818f4b6fb31/schema)
