---
title: "GET /projects/{projectId}"
method: GET
path: "/projects/{projectId}"
---

# GET /projects/{projectId}

`GET /projects/{projectId}`

Retrieves information about a project.

## Path parameters

- `projectId` string, required

## Response `200`

Success

- DescribeProjectResponse
  - `projectId` string, required — The ID of the project.
  - `projectArn` string, required — <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the project, which has the following format.</p> <p> <code>arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}</code> </p>
  - `projectName` string, required — The name of the project.
  - `portalId` string, required — The ID of the portal that the project is in.
  - `projectDescription` string — The project's description.
  - `projectCreationDate` string, date-time, required — The date the project was created, in Unix epoch time.
  - `projectLastUpdateDate` string, date-time, required — The date the project was last updated, in Unix epoch time.

## Other responses

- `480` — InvalidRequestException
- `481` — ResourceNotFoundException
- `482` — InternalFailureException
- `483` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/iotsitewise.md) · [All operations](https://skmtc.net/aws/apis/iotsitewise/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotsitewise/versions/d13e5d3e0a6f/schema)
