---
title: "Get session details"
method: GET
path: "/api/sessions/{session}"
---

# Get session details

`GET /api/sessions/{session}`

Returns details about a specific session

## Response `200`

Session details

- SessionSummary
  - `name` string, required — Session name
  - `buses` string[], required — Names of the buses in the session the client is subscribed to

## Other responses

- `400` — Bad request
- `401` — Unauthorized, missing or invalid JWT token
- `404` — Resource not found

---

[API](https://skmtc.net/airbus/apis/openapi-document-for-rest-component.md) · [All operations](https://skmtc.net/airbus/apis/openapi-document-for-rest-component/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbus/openapi-document-for-rest-component/versions/c9a79ab26d8c/schema)
