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

# GET /projects/{projectName}/placements

`GET /projects/{projectName}/placements`

Lists the placement(s) of a project.

## Path parameters

- `projectName` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListPlacementsResponse
  - `placements` PlacementSummary[], required — An object listing the requested placements.
    - `projectName` string, required — The name of the project containing the placement.
    - `placementName` string, required — The name of the placement being summarized.
    - `createdDate` string, date-time, required — The date when the placement was originally 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.
  - `nextToken` string — The token used to retrieve the next set of results - will be effectively empty if there are no further results.

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