---
title: "Get cart session"
method: GET
path: "/sessions/{id}"
tags: ["admin-sessions"]
---

# Get cart session

`GET /sessions/{id}`

Gets a specific cart session by session key.

## Path parameters

- `id` string, required

## Response `200`

Cart session retrieved successfully.

- CartSession
  - `session_key` string — Unique session key.
  - `cart` object — Cart data for this session.
  - `customer` object — Customer data for this session.
  - `session_expiry` string, date-time — Session expiry date.

## Other responses

- `400` — Bad request - invalid session ID.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions.
- `404` — Cart session not found.

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/revisions/2031b047ca5f/schema)
