List Agents

List all agents owned by the authenticated user.

Args: limit: Maximum number of agents to return (default: 100) offset: Number of agents to skip (default: 0) user: Authenticated user

Returns: List of agents owned by the user

Query Parameters

limitintegerOptionalDefaults to 30
offsetintegerOptionalDefaults to 0

Response

Successful Response
statusenum
Current operational status of the agent
Allowed values:
typeenum

Type/category of the agent

Allowed values:
addressstring
Unique blockchain address of the agent
endpointslist of objects
List of agent's endpoints
protocolslist of strings
Supported protocol identifiers
expirystringformat: "date-time"
Expiration timestamp of the agent
domain_namestring or null
Associated domain name, if available
metadatamap from strings to any or null
Additional arbitrary metadata

Errors