---
title: "List Templates"
method: GET
path: "/templates"
tags: ["Template"]
---

# List Templates

`GET /templates`

Returns the list of all Templates within your Organization.

## Query parameters

- `after` string
- `limit` integer

## Response `200`

OK

- GetTemplates200Response
  - `meta` Pagination — Metadata about the response.
    - `next_cursor` string, nullable, required — Token to get the next page of results. If `null`, there are no more pages.
  - `data` Template[]
    - `id` string, uuid, required
    - `name` string, required
    - `description` string, nullable, required
    - `status` 'draft' | 'active', required
    - `created_at` string, date-time, required
    - `workspace_id` string, uuid, nullable

## Other responses

- `400` — Bad request
- `401` — Access unauthorized
- `403` — Access forbidden
- `405` — This method is not allowed
- `429` — Too Many Requests, please try again later.
- `500` — Internal Server Error

---

[API](https://skmtc.net/yousign/apis/public-api-v3.md) · [All operations](https://skmtc.net/yousign/apis/public-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yousign/public-api-v3/revisions/8d258c0b45d6/schema)
