Get Hosted Agent
Get a specific hosted agent by address.
Note: Profile data (name, readme, etc.) should be fetched from the hub API. This endpoint returns agent hosting metadata only.
Path parameters
address
Query parameters
no_cache
Response
Successful Response
address
Bech32 address of the agent.
running
Whether the agent is currently running.
compiled
Whether the agent code has been compiled.
code_digest
Digest of the agent's code.
wallet_address
Wallet address of the agent.
code_update_timestamp
Last time the code was updated.
creation_timestamp
Time when the agent was created.
revision
Revision number of the agent.
metadata
Metadata associated with the agent.
Errors
422
Unprocessable Entity Error