Buildr API
Get Agent
Retrieve details of an existing AI agent
GET
Retrieve detailed information about an existing Buildr AI agent by its ID. This endpoint returns the complete configuration of the agent, including its triggers and actions.
Path Parameters
The unique identifier of the agent to retrieve
Response
Unique identifier of the agent
Name of the agent
Type of the agent (DeFi, NFT, Social, or Trading)
Detailed description of what the agent does
List of conditions that activate the agent
List of actions the agent performs when triggered
Error Codes
Returned when the specified agent ID is not found
Returned when the request is invalid (e.g., invalid ID format)