Skip to main content
GET
/
v1
/
agents
/
{agent}
cURL
curl --request GET \
  --url http://localhost:2468/v1/agents/{agent}
{
  "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>"
}

Path Parameters

agent
string
required

Agent id

Query Parameters

config
boolean | null

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

no_cache
boolean | null

When true, bypass version cache

Response

Agent info

capabilities
object
required
credentialsAvailable
boolean
required
id
string
required
installed
boolean
required
configError
string | null
configOptions
any[] | null
path
string | null
serverStatus
object
version
string | null