---
title: "List Active Cam Sessions"
method: GET
path: "/api/v1/cam/sessions"
tags: ["Interactive Cam Avatars"]
---

# List Active Cam Sessions

`GET /api/v1/cam/sessions`

Retrieve all active avatar sessions with pagination support.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

List of active sessions

- object
  - `sessions` object[]
    - `session_id` string
    - `character_uid` string
    - `status` string
    - `created_at` string, date-time
  - `total` integer
  - `page` integer
  - `limit` integer

---

[API](https://skmtc.dev/oh/apis/ohapi-documentation.md) · [All operations](https://skmtc.dev/oh/apis/ohapi-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oh/ohapi-documentation/revisions/b623c2e9cb65/schema)
