curl-X GET 'https://api.buildr.bot/agent/12345'\-H'Authorization: Bearer YOUR_API_KEY'
{"id":12345,"name":"TradingBot","type":"Trading","description":"Automated trading bot for BSC tokens","triggers":[{"type":"price","condition":"price_change","parameters":{"threshold":"10%","timeframe":"1h"}}],"actions":[{"type":"swap","parameters":{"maxSlippage":"1%","gasSpeed":"fast"}}]}
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.