---
title: "List all account custom fields."
method: POST
path: "/account-custom-field-list"
tags: ["v2"]
---

# List all account custom fields.

`POST /account-custom-field-list`

Returns a list of all custom fields configured for the account, optionally filtered by object and object type.

## Request body

- AccountCustomFieldList — accountCustomFieldList is a command that retrieves the account custom fields
  - `json` boolean — Set output format to JSON
  - `object` string — The object to filter by the custom fields in: body
  - `object-type` string — The object type to filter by the custom fields in: body
  - `token` string — Authentication token (see `/auth` and `/configure`)
  - `uid-token` string — The universal identity token, Required only for universal_identity authentication

## Response `200`

accountCustomFieldListResponse wraps response body.

- AccountCustomField[] — ListAccountCustomFieldOutput is the result of querying the account custom fields
  - `account_id` string
  - `creation_date` string, date-time
  - `deletion_date` string, date-time
  - `id` integer
  - `modification_date` string, date-time
  - `name` string
  - `object` string
  - `object_type` string
  - `required` boolean

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

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