---
title: "Get session"
method: GET
path: "/v2/sessions/{session_id}"
tags: ["Session"]
---

# Get session

`GET /v2/sessions/{session_id}`

Get a session by its Id.

## Path parameters

- `session_id` string, required

## Response `200`

- object
  - `id` string — Session Id.
  - `creation_date` string, date-time — Creation date of the session.
  - `duration` integer, nullable — Duration of the session.
  - `connected_participants` string[] — List of user ids of connected participants.
  - `room_id` string, nullable — Room Id.
  - `broadcast_id` string, nullable — Broadcast Id.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Session not found
- `429` — Too Many request

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/versions/d9b785884d03/schema)
