Skip to main content
GET
List your agents

Authorizations

Authorization
string
header
required

An aik_… programmatic API key (app.atako.ai → Settings → API keys) or a Supabase session JWT.

Response

Agents you own, plus agents on any team you belong to.

id
string<uuid>
required
clientId
string<uuid>
required
scope
enum<string>
required
Available options:
personal,
team
access
enum<string>
required
Available options:
owner,
team
status
enum<string>
required
Available options:
active,
completed,
paused,
provisioning,
unresponsive,
failed
name
string
required
image
string
required

PNG filename under apps/web/public/aiygents/.

engine
enum<string>
required
Available options:
openclaw,
hermes
hasUnreadMessages
boolean
required
teamId
string<uuid> | null
teamName
string | null
ownerName
string
startDate
string<date-time>
endDate
string<date-time> | null
lastMessage
object | null

List-view preview only — content truncated to 280 chars server-side.

activity
object | null

In-memory working/idle snapshot for the agent, or null when nothing is tracked yet.