cURL
curl --request GET \ --url https://api.gigabrain.gg/v1/superagents/{agent_id} \ --header 'Authorization: Bearer <token>'
{ "agent_id": "a1b2c3d4-5678-90ab-cdef-1234567890ab", "name": "ETH Scalper", "description": "Short-term ETH momentum trades", "status": "running", "model": "gpt-4o", "created_at": "2026-03-15T10:00:00Z" }
Get full details of a specific SuperAgent.
Your Gigabrain API key. Get one at https://gigabrain.gg/profile?tab=api. Format: gb_sk_...
gb_sk_...
The SuperAgent's unique identifier
Agent details
SuperAgent details
running, paused, stopped, etc.
Was this page helpful?