Agents
Get Agent
Fetch details of a specific agent
GET
Quick Lookup: Retrieve comprehensive details about an agent using its unique ID.
Path Parameters
Agent ID (can be a short ID like agent_xxx)
Request Headers
Your API key for authentication
Response
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 | Agent details successfully retrieved |
404 | Not Found - Agent ID doesn’t exist |
500 | Internal Server Error |
Balance Format: Balance is returned as a string to preserve precision for financial calculations.