templates
Get Template
Get details of a single template (including agent_config)
Args: template_id: ID of the template to retrieve lang: Optional language code for localized descriptions
Returns: Detailed template information with agent configuration
Raises: HTTPException: If template not found
get/api/templates/{template_id}
Path parameters
template_idstring required
Query parameters
langstring nullable
Language code (e.g., 'en', 'zh')
Language code (e.g., 'en', 'zh')
Response
Successful Response