> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rhinestone.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# getSessionDetails

> Resolve the smart-session details for a set of sessions.

Method on an account instance returned by [`createAccount`](/sdk-reference/rhinestone-sdk/create-account).

## Usage

```ts theme={null}
const sessionDetails = await account.getSessionDetails(sessions)
```

## Parameters

<ParamField path="sessions" type="Session[]" required>
  Sessions to resolve
</ParamField>

## Returns

<ResponseField name="sessionDetails" type="SessionDetails">
  The resolved session details
</ResponseField>
