---
title: "Template Status"
method: GET
path: "/public/v1/templates/{id}"
tags: ["Templates"]
---

# Template Status

`GET /public/v1/templates/{id}`

## Available Template Statuses

The following is a complete list of all possible template statuses returned:

| Template Status      | Status Description                                                                                                                      |
| :------------------- | :-------------------------------------------------------------------------------------------------------------------------------------- |
| `template.UPLOADED`  | The template upload process has been initiated and is currently in progress. It will soon transition to the `template.PROCESSED` state. |
| `template.PROCESSED` | The template has been successfully uploaded and created. At this stage, all aspects of the template are editable.                       |
| `template.ERROR`     | The template upload process has failed. Please refer to the error details in the response for more information.                         |

## Path parameters

- `id` string, required

## Response `200`

OK

- TemplateStatusResponse
  - `id` string
  - `name` string
  - `date_created` string
  - `date_modified` string
  - `version` string
  - `status` 'template.PROCESSED' | 'template.UPLOADED' | 'template.ERROR'

## Other responses

- `401` — Authentication error
- `403` — Permission error
- `404` — Not found
- `429` — Too Many Requests

---

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