---
title: "List SuperAgents"
method: GET
path: "/v1/superagents"
tags: ["SuperAgents"]
---

# List SuperAgents

`GET /v1/superagents`

List all SuperAgents owned by the authenticated user.

## Response `200`

Agent list

- object
  - `agents` SuperAgentSummary[]
    - `agent_id` string
    - `name` string
    - `description` string, nullable
    - `status` string — running, paused, stopped, etc.
    - `model` string, nullable
    - `created_at` string, nullable

## Other responses

- `401` — Invalid or revoked API key
- `429` — Rate limit exceeded (60 requests per minute)

---

[API](https://skmtc.net/gigabraingg/apis/gigabrain-api.md) · [All operations](https://skmtc.net/gigabraingg/apis/gigabrain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gigabraingg/gigabrain-api/versions/bb4070b30d92/schema)
