---
title: "Get Session Details with Session ID"
method: GET
path: "/api/v1/sessions/{id}"
tags: ["Session"]
---

# Get Session Details with Session ID

`GET /api/v1/sessions/{id}`

This API is used to get the session details by public Session ID.

## Path parameters

- `id` string, required

## Response `200`

Session found

- object
  - `statusCode` number
  - `message` string
  - `data` object — Session object. See https://thirdfi.readme.io/reference/the-session-object for more information.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden Resources

---

[API](https://skmtc.dev/thirdfi/apis/thirdfi-api.md) · [All operations](https://skmtc.dev/thirdfi/apis/thirdfi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thirdfi/thirdfi-api/revisions/4d70807293f6/schema)
