---
title: "POST /GetStageSession"
method: POST
path: "/GetStageSession"
---

# POST /GetStageSession

`POST /GetStageSession`

Gets information for the specified stage session.

## Request body

- object
  - `stageArn` string, required — ARN of the stage for which the information is to be retrieved.
  - `sessionId` string, required — ID of a session within the stage.

## Response `200`

Success

- GetStageSessionResponse
  - `stageSession` object — The stage session that is returned.
    - `sessionId` string — ID of the session within the stage.
    - `startTime` string, date-time — ISO 8601 timestamp (returned as a string) when this stage session began.
    - `endTime` string, date-time — ISO 8601 timestamp (returned as a string) when the stage session ended. This is null if the stage is active.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ValidationException
- `482` — AccessDeniedException

---

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