---
title: "GET /projects"
method: GET
path: "/projects"
---

# GET /projects

`GET /projects`

Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListProjectsResponse
  - `projects` ProjectSummary[], required — An object containing the list of projects.
    - `arn` string — The ARN of the project.
    - `projectName` string, required — The name of the project being summarized.
    - `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.
    - `tags` object — The tags (metadata key/value pairs) associated with the project.
  - `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

---

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