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

# Get a specific Project

`GET /v1/workgroups/{workgroup_id}/projects/{project_id}`

Get a specific Project

## Path parameters

- `workgroup_id` string, required
- `project_id` string, required

## Response `200`

Successful retrieval

- ProjectExpandVO — Java type: com.noosh.nooshapi.vo.ProjectExpandVO
  - `result` ProjectDetailVO — Java type: com.noosh.nooshapi.vo.ProjectDetailVO
    - `category` string
    - `client_account` string
    - `client_user` string
    - `client_user_id` integer
    - `client_workgroup_id` integer
    - `comments` string
    - `completion_date` string, date
    - `custom_fields` PropertyPaAndAttVO[]
      - `date_value` string, date
      - `number_value` unknown
      - `param_id` integer
      - `param_name` string
      - `property_attribute_id` integer
      - `string_value` string
    - `deactivation_reason` string
    - `is_active` boolean
    - `is_hot` boolean
    - `last_spec_update` string, date
    - `mod_date` string, date
    - `owner_workgroup` string
    - `parent_project` ProjectParentVO — Java type: com.noosh.nooshapi.vo.ProjectParentVO
      - `client_account` string
      - `client_user` string
      - `client_user_id` integer
      - `client_workgroup_id` integer
      - `comments` string
      - `created_by` PersonVO — Java type: com.noosh.nooshapi.vo.PersonVO
        - `email` string
        - `first_name` string
        - `last_name` string
        - `middle_name` string
      - `project_create_date` string, date
      - `project_description` string
      - `project_id` integer
      - `project_name` string
      - `project_number` string
    - `project_create_date` string, date
    - `project_description` string
    - `project_id` integer
    - `project_name` string
    - `project_number` string
    - `project_status` string
    - `team_owners` string
  - `status_code` integer
  - `status_reason` string

## Other responses

- `404` — There are not any result matching your search condition
- `500` — Internal server error

---

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