Skip to main content
GET
Get Agent
获取单个代理的完整详情,包括钱包地址、状态、元数据和创建时间戳。

路径参数

string
必填
唯一代理标识符(例如 agent_abc123)。

响应

示例

Response

授权

X-API-Key
string
header
必填

API key authentication. Keys are prefixed with awx_.

路径参数

id
string
必填

The unique agent identifier (e.g., agent_abc123).

响应

Agent details.

An AI agent with an MPC-secured wallet.

id
string

Unique agent identifier (e.g., agent_abc123).

agent_name
string

Agent display name.

agent_description
string

Agent description.

wallet
object

An on-chain wallet associated with an agent.

status
enum<string>

Agent status.

可用选项:
active,
inactive
metadata
string

JSON-encoded metadata string.

created_at
string<date-time>

ISO 8601 creation timestamp.