---
title: "GET /assistants/{assistantId}/sessions/{sessionId}"
method: GET
path: "/assistants/{assistantId}/sessions/{sessionId}"
---

# GET /assistants/{assistantId}/sessions/{sessionId}

`GET /assistants/{assistantId}/sessions/{sessionId}`

Retrieves information for a specified session.

## Path parameters

- `assistantId` string, required
- `sessionId` string, required

## Response `200`

Success

- GetSessionResponse
  - `session` object — The session.
    - `description` string — The description of the session.
    - `integrationConfiguration` object — The configuration information for the session integration.
      - `topicIntegrationArn` string — The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.
    - `name` string, required — The name of the session.
    - `sessionArn` string, required — The Amazon Resource Name (ARN) of the session.
    - `sessionId` string, required — The identifier of the session.
    - `tags` object — The tags used to organize, track, or control access for this resource.

## Other responses

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

---

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