---
title: "Get Space Custom Fields"
method: GET
path: "/v2/spaces/{space_id}/custom-fields"
tags: ["spaces"]
---

# Get Space Custom Fields

`GET /v2/spaces/{space_id}/custom-fields`

List the custom fields configured on an account or project space, together with their current values. Fields come from the template the space was created with, so a space whose template defines no custom fields returns an empty list.

Returns `404` if the space does not exist in your organization, is deleted, or is not an account/project space (organization, personal, and portal spaces have no custom fields).

## Path parameters

- `space_id` string, required

## Response `200`

Successful Response

- PublicCustomFieldsCollection
  - `data` PublicCustomField[], required
    - `id` string, uuid, required
    - `name` string, required
    - `type` string, required
    - `required` boolean, required
    - `order` integer, required
    - `default_value` unknown, required
    - `properties` object, required
    - `value` unknown
  - `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)
