---
title: "Get Project Details"
method: GET
path: "/v2.0/public/projects/{projectId}"
tags: ["Project Management"]
---

# Get Project Details

`GET /v2.0/public/projects/{projectId}`

Retrieves the information associated with a Project.
            
**Permission Required:** Read Project Properties

## Path parameters

- `projectId` string, uuid, required

## Response `200`

Returns project details.

- DefinedCrowdPublicApiApiResultsProjectGetProjectDetailsResult
  - `projectId` string, uuid — Project ID.
  - `projectName` string, nullable — Name of the project.
  - `dateTimeCreated` string, date-time — Date and time when the project was created in UTC format.
  - `desiredDeliveryDate` string, date-time, nullable — Desired delivery date and time for new project in UTC format.
  - `status` string, nullable — The project's current status.
  - `metatags` object, nullable — Metatags provide for the ability to assign metadata to projects in the form of key-value pairs. Although there are no inherent types of metatags, they enable customers to categorize a project by purpose, owner, environment, or other criteria for administrative purposes. Defined.ai does not perform any actions on metatags that customers submit. The root-level properties support string, object, and array data types (data types do not belong to these three will be converted to string type), while properties at inner level support all valid JSON data types. Below is an example of a set of metatags: { "rootString": "This is a string", "rootObject": { "innerBoolean": true, "innerNumber": 1, "innerString": "This is another string", "innerNull": null, "innerObject": { }, "innerArray": [] }, "rootArray": [1, 2, 3, 4] }

## Other responses

- `401` — Invalid authentication (invalid/expired token).
- `404` — Project does not exist.

---

[API](https://skmtc.net/definedcrowd/apis/defined-ai-api.md) · [All operations](https://skmtc.net/definedcrowd/apis/defined-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/definedcrowd/defined-ai-api/revisions/14cab8ac3bca/schema)
