---
title: "GET /workspaces/{workspaceId}/scenes/{sceneId}"
method: GET
path: "/workspaces/{workspaceId}/scenes/{sceneId}"
---

# GET /workspaces/{workspaceId}/scenes/{sceneId}

`GET /workspaces/{workspaceId}/scenes/{sceneId}`

Retrieves information about a scene.

## Path parameters

- `workspaceId` string, required
- `sceneId` string, required

## Response `200`

Success

- GetSceneResponse
  - `workspaceId` string, required — The ID of the workspace that contains the scene.
  - `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 description of the scene.
  - `capabilities` SceneCapability[] — A list of capabilities that the scene uses to render.
  - `sceneMetadata` object — The response metadata.
  - `generatedSceneMetadata` object — The generated scene metadata.
  - `error` object — The SceneResponse error.
    - `code` 'MATTERPORT_ERROR' — The SceneError code.
    - `message` string — The SceneError message.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — 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)
