---
title: "Get Template"
method: GET
path: "/v1/templates/{template_id}"
tags: ["sdk-v1"]
---

# Get Template

`GET /v1/templates/{template_id}`

## Path parameters

- `template_id` string, required

## Response `200`

Successful Response

- V1TemplateDetail
  - `id` string, required
  - `name` string, required
  - `category` string
  - `featured` boolean
  - `description` string
  - `features` string[]
  - `connections` object[]
  - `setup_time` string
  - `tags` string[]
  - `author` string
  - `version` string
  - `agent_config` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/xorbitsai/apis/xagent.md) · [All operations](https://skmtc.net/xorbitsai/apis/xagent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xorbitsai/xagent/revisions/33e4ba4936ad/schema)
