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

# GET /projects#portalId

`GET /projects#portalId`

Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.

## Query parameters

- `portalId` string, required
- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListProjectsResponse
  - `projectSummaries` ProjectSummary[], required — A list that summarizes each project in the portal.
    - `id` string, required — The ID of the project.
    - `name` string, required — The name of the project.
    - `description` string — The project's description.
    - `creationDate` string, date-time — The date the project was created, in Unix epoch time.
    - `lastUpdateDate` string, date-time — The date the project was last updated, in Unix epoch time.
  - `nextToken` string — The token for the next set of results, or null if there are no additional results.

## Other responses

- `480` — InvalidRequestException
- `481` — InternalFailureException
- `482` — 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/revisions/d13e5d3e0a6f/schema)
