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
      },
      "credentialsAvailable": true,
      "id": "<string>",
      "installed": true,
      "configError": "<string>",
      "configOptions": [
        "<unknown>"
      ],
      "path": "<string>",
      "version": "<string>"
    }
  ]
}

Query Parameters

config
boolean | null

When true, include version/path/configOptions (slower)

no_cache
boolean | null

When true, bypass version cache

Response

List of v1 agents

agents
object[]
required