---
title: "List Task Templates"
method: GET
path: "/v1/task-templates"
---

# List Task Templates

`GET /v1/task-templates`

This API endpoint retrieves a list of task templates created in the workspace.

## Query parameters

- `limit` integer
- `nextToken` string

## Response `200`

200

- object
  - `createdDate` string
  - `description` string
  - `id` string
  - `name` string
  - `object` string
  - `subTaskTemplates` object[]
    - `createdDate` string
    - `description` string
    - `id` string
    - `name` string
    - `object` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
