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.