Skip to main content
GET
List User Agents
User Agents: Returns an array of agents assigned to the user based on the provided user ID.

Path Parameters

string
required
User ID in the format user_xxx

Request Headers

string
required
Your API key for authentication

Response

Returns an array of agent objects, each containing:
string
Unique agent identifier
string
Name of the agent
string
Purpose and functionality of the agent
string
Current status of the agent (active, inactive, paused)
object
string
Current balance of the agent
string
Currency type used
object
array
Categories or labels assigned to the agent
string
Timestamp when the agent was created

Status Codes

Empty Response: If the user has no agents, an empty array will be returned with a 200 status code.