---
title: "GET /sessions/{sessionIdentifier}/"
method: GET
path: "/sessions/{sessionIdentifier}/"
---

# GET /sessions/{sessionIdentifier}/

`GET /sessions/{sessionIdentifier}/`

Retrieves details about a specific session. For more information about sessions, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/sessions.html">Store and retrieve conversation history and context with Amazon Bedrock sessions</a>.

## Path parameters

- `sessionIdentifier` string, required

## Response `200`

Success

- GetSessionResponse
  - `createdAt` string, date-time, required — The timestamp for when the session was created.
  - `encryptionKeyArn` string — The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the session data. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/session-encryption.html">Amazon Bedrock session encryption</a>.
  - `lastUpdatedAt` string, date-time, required — The timestamp for when the session was last modified.
  - `sessionArn` string, required — The Amazon Resource Name (ARN) of the session.
  - `sessionId` string, required — The unique identifier for the session in UUID format.
  - `sessionMetadata` object — A map of key-value pairs containing attributes persisted across the session.
  - `sessionStatus` 'ACTIVE' | 'EXPIRED' | 'ENDED', required — The current status of the session.

## Other responses

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

---

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