---
title: "List gateway and local sessions"
method: GET
path: "/api/sessions"
tags: ["Sessions"]
---

# List gateway and local sessions

`GET /api/sessions`

## Response `200`

Merged gateway and local session list

- object
  - `sessions` object[]
    - `id` string
    - `key` string
    - `agent` string
    - `model` string
    - `kind` string
    - `channel` string
    - `source` 'gateway' | 'local'
    - `active` boolean
    - `startTime` integer
    - `lastActivity` integer
    - `totalTokens` integer
    - `workingDir` string, nullable
    - `userMessages` integer
    - `assistantMessages` integer
    - `toolUses` integer
    - `estimatedCost` number
    - `lastUserPrompt` string, nullable
    - `age` string
    - `tokens` string
    - `flags` string[]

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
