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

# Get Session

> Retrieve details and current cart for a session

## Response

<ResponseField name="id" type="string">
  The session ID.
</ResponseField>

<ResponseField name="cartId" type="string">
  The ID of the shopping cart associated with this session.
</ResponseField>

<ResponseField name="metadata" type="object">
  Custom merchant or user metadata stored in the session.
</ResponseField>
