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
Path parameters
Query parameters
Language code (e.g., 'en', 'zh')
Language code (e.g., 'en', 'zh')
Response
Successful Response
Changes
Changed in 2 of the 4 revisions of this API.134
- ○
added the optional property
is_likedto the response with the200statusresponse-optional-property-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
agent_config/instructionsfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
agent_config/execution_modefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
agent_config/skillsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
agent_config/tool_categoriesfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
connectionsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
featuresto the response with the200statusresponse-optional-property-added
- ○
added the optional property
setup_timeto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲