Thanks to visit codestin.com
Credit goes to sandboxagent.dev

Skip to main content
GET
/
v1
/
agents
cURL
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>"
    }
  ]
}

Response

200 - application/json
agents
object[]
required