> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/dashboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/dashboard/troubleshooting-sessions/session-details.md).

# Session details

To **get a specific session's details,** get your team's list of sessions and click on the session ID of the session you wish to inspect:

* Session ID: Digital Samba Embedded tracks sessions by their unique ID.
* Status: A session may be live or ended.
* Room name: Each session is run in a single [room](/dashboard/creating-a-room.md), which will have been named.
* Room source: See whether the room was created via the DS Dashboard, DS RestAPI, Google Calendar, or WordPress.
* Started (UTC):  Displays a timestamp with the moment the first participant joined.
* Ended (UTC): Displays a timestamp with them moment the session ends.
* Duration: Displays the duration of the session.
* Participants (max): Displays the number of concurrent participants at the busiest moment.
* Participants (total unique): Displays the total number of participants that joined the session.
* Participants list: Digital Samba Embedded tracks participants by their unique ID.

<figure><img src="/files/6yM2VXudASbodnVtKgm4" alt="Session details"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalsamba.com/dashboard/troubleshooting-sessions/session-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
