---
title: "List Video Agent Sessions"
method: GET
path: "/v3/video-agents"
tags: ["Video Agent"]
---

# List Video Agent Sessions

`GET /v3/video-agents`

Returns a paginated list of video agent sessions for the authenticated user, sorted newest-first.

## Query parameters

- `limit` integer
- `token` string

## Response `200`

Successful response

- object
  - `data` SessionListItem[]
    - `session_id` string, required — Session ID
    - `title` string, nullable — LLM-generated session title
    - `created_at` integer, required — Unix timestamp of session creation
  - `has_more` boolean — Whether more pages are available
  - `next_token` string, nullable — Opaque cursor for the next page

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `429` — Rate limit exceeded

---

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