Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
根据 ID 获取 Forward Template。
GET /api/v1/forward/templates/{template_id}
Bearer <PAT>
curl -s -X GET 'https://api.qoder.com/api/v1/forward/templates/tmpl_support' \ -H "Authorization: Bearer $QODER_PAT"
{ "type": "template", "id": "tmpl_support", "name": "Support assistant", "description": "Handles customer support requests", "status": "active", "model": "ultimate", "system": "You are a helpful support assistant.", "tools": [], "mcp_servers": [], "skills": [], "environment_id": "env_support", "vault_ids": [ "vault_crm" ], "files": {}, "environment_variables": { "BASE_MODE": "support" }, "metadata": {}, "created_at": "2026-06-18T10:00:00Z", "updated_at": "2026-06-18T10:00:00Z" }
template
not_found_error
authentication_error
authentication_required
permission_error