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

# GET /projects/{projectName}/placements/{placementName}

`GET /projects/{projectName}/placements/{placementName}`

Describes a placement in a project.

## Path parameters

- `placementName` string, required
- `projectName` string, required

## Response `200`

Success

- DescribePlacementResponse
  - `placement` object, required — An object describing the placement.
    - `projectName` string, required — The name of the project containing the placement.
    - `placementName` string, required — The name of the placement.
    - `attributes` object, required — The user-defined attributes associated with the placement.
    - `createdDate` string, date-time, required — The date when the placement was initially created, in UNIX epoch time format.
    - `updatedDate` string, date-time, required — The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then <code>createdDate</code> and <code>updatedDate</code> are the same.

## 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)
