---
title: "POST /workspaces/{workspaceId}/scenes-list"
method: POST
path: "/workspaces/{workspaceId}/scenes-list"
---

# POST /workspaces/{workspaceId}/scenes-list

`POST /workspaces/{workspaceId}/scenes-list`

Lists all scenes in a workspace.

## Path parameters

- `workspaceId` string, required

## Request body

- object
  - `maxResults` integer — Specifies the maximum number of results to display.
  - `nextToken` string — The string that specifies the next page of results.

## Response `200`

Success

- ListScenesResponse
  - `sceneSummaries` SceneSummary[] — A list of objects that contain information about the scenes.
    - `sceneId` string, required — The ID of the scene.
    - `contentLocation` string, required — The relative path that specifies the location of the content definition file.
    - `arn` string, required — The ARN of the scene.
    - `creationDateTime` string, date-time, required — The date and time when the scene was created.
    - `updateDateTime` string, date-time, required — The date and time when the scene was last updated.
    - `description` string — The scene description.
  - `nextToken` string — The string that specifies the next page of results.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — ValidationException

---

[API](https://skmtc.net/aws/apis/iottwinmaker.md) · [All operations](https://skmtc.net/aws/apis/iottwinmaker/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iottwinmaker/versions/a66a26fd65ea/schema)
