---
title: "List Agent Templates"
method: GET
path: "/api/v1/agents/templates"
tags: ["agents"]
---

# List Agent Templates

`GET /api/v1/agents/templates`

List all available agent templates.

## Response `200`

Successful Response

- ListAgentTemplatesResponse
  - `data` AgentTemplate[], required
    - `id` string, required
    - `name` string, required — The name of the agent. The name must only contain the following characters: a-z, A-Z, 0-9, -, _, and space. The name must not be empty. The name must start and end with a letter or a number. The name must not be longer than 64 characters.
    - `description` string
    - `url` string, uri, required
    - `lastModified` string, date-time, required

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/askui/apis/askui-workspaces-api.md) · [All operations](https://skmtc.net/askui/apis/askui-workspaces-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/askui/askui-workspaces-api/versions/b796c74292ac/schema)
