---
title: "Get custom field value details"
method: GET
path: "/v3/spend/custom-fields/{customFieldId}/values/{customFieldValueId}"
tags: ["custom-fields"]
---

# Get custom field value details

`GET /v3/spend/custom-fields/{customFieldId}/values/{customFieldValueId}`

Get details about an existing custom field value.

## Path parameters

- `customFieldId` string, required — BILL-generated ID or UUID of the custom field
- `customFieldValueId` string, required — BILL-generated ID or UUID of the custom field value

## Headers

- `apiToken` string, nullable — Access token for Spend & Expense API authentication

## Response `200`

Get custom field value details response

- CustomFieldValueResponseDto — DTO representing a custom field value response.
  - `id` string — BILL-generated ID of the custom field value
  - `uuid` string — BILL-generated UUID of the custom field value
  - `value` string — Custom field value
  - `deleted` boolean — Set as `true` if the custom field value is retired

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

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