---
title: "GET /projects/{projectId}/assets"
method: GET
path: "/projects/{projectId}/assets"
---

# GET /projects/{projectId}/assets

`GET /projects/{projectId}/assets`

Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.

## Path parameters

- `projectId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListProjectAssetsResponse
  - `assetIds` ID[], required — A list that contains the IDs of each asset associated with the project.
  - `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/versions/d13e5d3e0a6f/schema)
