GET /api/v1/forward/templates/{template_id}
Returns the complete template object, including agent configuration and session defaults.
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT or SAT> |
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
template_id | string | Yes | Forward Template ID. |
Example request
Example response
HTTP 200 OK
Response fields
| Field | Type | Description |
|---|---|---|
type | string | Always template. |
id | string | Template ID. |
name | string | Template name. |
status | string | active or archived. |
model | string | Model identifier. |
managed_tool_config | object | Forward managed-tool baseline for the Template. When configured, it is returned as an enabled_tools array. |
system | string | System prompt. |
environment_id | string | Default Environment ID. |
metadata | object | Custom metadata. |
Errors
| HTTP | Type | Trigger |
|---|---|---|
| 401 | authentication_error | PAT or SAT invalid or expired. |
| 403 | permission_error | Not authorized for this resource. |
| 404 | not_found_error | Template does not exist or is not visible to the caller. |
| 401 | authentication_error | authentication_required |
Notes
- Archived templates can still be retrieved by ID.
managed_tool_config.enabled_toolsis the complete Template baseline. Query Identity Config for Identity-level per-tool overrides.- Runtime-only Qoder Cloud Agents fields are not added to this response.

