curl --request GET \
--url http://localhost:2468/v1/agents{
"agents": [
{
"capabilities": {
"commandExecution": true,
"errorEvents": true,
"fileAttachments": true,
"fileChanges": true,
"images": true,
"itemStarted": true,
"mcpTools": true,
"permissions": true,
"planMode": true,
"questions": true,
"reasoning": true,
"sessionLifecycle": true,
"sharedProcess": true,
"status": true,
"streamingDeltas": true,
"textMessages": true,
"toolCalls": true,
"toolResults": true
},
"id": "<string>",
"installed": true,
"path": "<string>",
"serverStatus": {
"restartCount": 1,
"status": "running",
"baseUrl": "<string>",
"lastError": "<string>",
"uptimeMs": 1
},
"version": "<string>"
}
]
}curl --request GET \
--url http://localhost:2468/v1/agents{
"agents": [
{
"capabilities": {
"commandExecution": true,
"errorEvents": true,
"fileAttachments": true,
"fileChanges": true,
"images": true,
"itemStarted": true,
"mcpTools": true,
"permissions": true,
"planMode": true,
"questions": true,
"reasoning": true,
"sessionLifecycle": true,
"sharedProcess": true,
"status": true,
"streamingDeltas": true,
"textMessages": true,
"toolCalls": true,
"toolResults": true
},
"id": "<string>",
"installed": true,
"path": "<string>",
"serverStatus": {
"restartCount": 1,
"status": "running",
"baseUrl": "<string>",
"lastError": "<string>",
"uptimeMs": 1
},
"version": "<string>"
}
]
}Show child attributes