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

# GET /projects/{projectName}

`GET /projects/{projectName}`

Returns an object describing a project.

## Path parameters

- `projectName` string, required

## Response `200`

Success

- DescribeProjectResponse
  - `project` object, required — An object describing the project.
    - `arn` string — The ARN of the project.
    - `projectName` string, required — The name of the project for which to obtain information from.
    - `description` string — The description of the project.
    - `createdDate` string, date-time, required — The date when the project was originally created, in UNIX epoch time format.
    - `updatedDate` string, date-time, required — The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then <code>createdDate</code> and <code>updatedDate</code> are the same.
    - `placementTemplate` object — An object describing the project's placement specifications.
      - `defaultAttributes` object — The default attributes (key/value pairs) to be applied to all placements using this template.
      - `deviceTemplates` object — An object specifying the <a>DeviceTemplate</a> for all placements using this (<a>PlacementTemplate</a>) template.
    - `tags` object — The tags (metadata key/value pairs) associated with the project.

## Other responses

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

---

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