---
title: "Retrieve a session"
method: GET
path: "/v1/sessions/{id}"
tags: ["v1Sessions"]
---

# Retrieve a session

`GET /v1/sessions/{id}`

Accepts either the session id (Mongo ObjectId) or the call id (numeric). If the id is purely numeric, the session is looked up by call.id.

## Path parameters

- `id` string, required

## Response `200`

- SessionSummaryPublicDto
  - `id` string, required

---

[API](https://skmtc.net/kinbox/apis/kinbox-api.md) · [All operations](https://skmtc.net/kinbox/apis/kinbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kinbox/kinbox-api/revisions/f5e8b22871e1/schema)
