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.