Skip to main content
GET
Get Agent
Recupere los detalles completos de un solo agente, incluyendo dirección de billetera, estado, metadatos y marca de tiempo de creación.

Parámetros de ruta

string
requerido
El identificador único del agente (por ejemplo, agent_abc123).

Respuesta

Ejemplo

Response

Autorizaciones

X-API-Key
string
header
requerido

API key authentication. Keys are prefixed with awx_.

Parámetros de ruta

id
string
requerido

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

Respuesta

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.

Opciones disponibles:
active,
inactive
metadata
string

JSON-encoded metadata string.

created_at
string<date-time>

ISO 8601 creation timestamp.