Agents
List User Agents
Fetch all agents for a user
GET
User Agents: Returns an array of agents assigned to the user based on the provided user ID.
Path Parameters
User ID in the format user_xxx
Request Headers
Your API key for authentication
Response
Returns an array of agent objects, each containing:
Unique agent identifier
Name of the agent
Purpose and functionality of the agent
Current status of the agent (active, inactive, paused)
Current balance of the agent
Currency type used
Categories or labels assigned to the agent
Timestamp when the agent was created
Status Codes
Status Code | Description |
---|---|
200 | List of agents successfully retrieved (may be empty) |
500 | Internal Server Error |
Empty Response: If the user has no agents, an empty array will be returned with a 200 status code.