---
title: "List All Sessions Status"
method: GET
path: "/v1/sessions/all/status"
tags: ["Browser Sessions"]
---

# List All Sessions Status

`GET /v1/sessions/all/status`

Retrieves status information for all browser sessions associated with the API key.

## Response `200`

Successfully retrieved status for all browser sessions

- SessionListResponse
  - `data` object
    - `count` integer — Total number of browser sessions
    - `items` SessionStatus[]
      - `session_id` string, required — Unique identifier for the browser session
      - `status` string, required — Current status of the browser session
      - `created_at` string, date-time, required — Timestamp when the browser session was created

## Other responses

- `401` — Invalid API Key
- `500` — Internal Server Error

---

[API](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api.md) · [All operations](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchorbrowser/anchorbrowser-api/revisions/d0f5aa64f9f4/schema)
