---
title: "List active sessions"
method: GET
path: "/tci/sessions"
tags: ["Code Interpreter"]
---

# List active sessions

`GET /tci/sessions`

Lists all your currently active sessions.

## Response `200`

List Response

- SessionListResponse
  - `errors` union[]
    - union
      - string
      - object
  - `data` object
    - `sessions` object[], required
      - `execute_count` integer, required
      - `expires_at` string, date-time, required
      - `id` string, required — Session Identifier. Used to make follow-up calls.
      - `last_execute_at` string, date-time, required
      - `started_at` string, date-time, required

---

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