Skip to main content
GET
Get agent information
Provide one of these references:
  • agentUuid; or
  • agentId together with chainId.
The endpoint accepts an API key or x402 and costs 0.000001 USDC in x402 mode. API-key access is checked against the API client’s agent scope. For x402, the payer must match the agent’s stored owner wallet.

Client examples

The detail response extends the list summary with registrationFile, onchainMetadata, and prepareTxId.

Authorizations

x-api-key
string
header
required

Query Parameters

agentUuid
string<uuid>
agentId
string
chainId
string

Required with agentId.

Response

Complete agent profile.

uuid
string<uuid>
required
chainId
string
required
Example:

"84532"

ownerWalletAddress
string
required
Pattern: ^0x[a-fA-F0-9]{40}$
agentId
string | null
standard
string
Example:

"ERC-8004"

registryAddress
string | null
agentURI
string | null
metadataCid
string | null
name
string | null
description
string | null
image
string | null
services
object[]
supportedTrust
string[]
x402Support
boolean
active
boolean
lifecycleStatus
string | null
status
string | null
actualTxHash
string | null
error
string | null
createdAt
string<date-time>
updatedAt
string<date-time>
registrationFile
object | null
onchainMetadata
object | null
prepareTxId
string | null