---
title: "Get SuperAgent"
method: GET
path: "/v1/superagents/{agent_id}"
tags: ["SuperAgents"]
---

# Get SuperAgent

`GET /v1/superagents/{agent_id}`

Get full details of a specific SuperAgent.

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Agent details

- SuperAgentSummary — SuperAgent details
  - `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
- `403` — Access denied — you don't own this agent
- `404` — Resource not found
- `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/revisions/bb4070b30d92/schema)
