---
title: "Get Project Template Custom Fields"
method: GET
path: "/v2/organization/templates/{template_id}/custom-fields"
tags: ["organization"]
---

# Get Project Template Custom Fields

`GET /v2/organization/templates/{template_id}/custom-fields`

List the custom field definitions on the project template — the fields that spaces created from it will carry. Definitions only: use `GET /v2/spaces/{space_id}/custom-fields` for values on a specific space.

Returns `404` if the template does not exist in your organization.

## Path parameters

- `template_id` string, required

## Response `200`

Successful Response

- PublicTemplateCustomFieldsCollection
  - `data` PublicTemplateCustomField[], required
    - `id` string, uuid, required
    - `name` string, required
    - `type` string, required
    - `required` boolean, required
    - `order` integer, required
    - `default_value` unknown, required
    - `properties` object, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
