---
title: "List Super Agent Sessions"
method: GET
path: "/super-agent/sessions"
tags: ["Super Agent"]
---

# List Super Agent Sessions

`GET /super-agent/sessions`

Retrieves a list of super agent chat sessions for the authenticated user. Supports optional filtering by title search and pagination.

## Query parameters

- `search` string
- `limit` integer

## Response `200`

Sessions retrieved successfully

- SuperAgentSessionsResponse
  - `sessions` SuperAgentSession[] — List of user's super agent sessions
    - `id` string — Internal unique identifier
    - `session_id` string — Session identifier used in API calls
    - `title` string — Session title (auto-generated from first message)
    - `status` 'ACTIVE' | 'COMPLETED' | 'CANCELLED' | 'FAILED' — Current status of the session
    - `created_at` string, date-time — When the session was created
    - `updated_at` string, date-time — When the session was last updated

## Other responses

- `401` — Valid user-level API key required
- `default` — Unexpected error

---

[API](https://skmtc.net/attention/apis/attention-service-v2.md) · [All operations](https://skmtc.net/attention/apis/attention-service-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/attention/attention-service-v2/versions/5de55d3804cf/schema)
