---
title: "Find custom fields for specified account"
method: GET
path: "/jobs-api/v3/accounts/{accountUid}/custom-fields"
tags: ["Jobs"]
---

# Find custom fields for specified account

`GET /jobs-api/v3/accounts/{accountUid}/custom-fields`

Gets all custom fields for specified account.

## Path parameters

- `accountUid` string, required

## Query parameters

- `searchableOnly` boolean
- `enabledOnly` boolean

## Response `200`

OK

- CustomFields
  - `data` object
    - `fieldUid` string, uuid — custom field universal identifier.
    - `type` string — custom field type.
    - `fieldName` boolean — custom field name.
    - `enabled` boolean — is custom field enabled.
    - `required` boolean — is custom field required during job creation.
    - `searchable` boolean — can search be performed by the custom field.
    - `displayToTranslators` boolean — is displayed to translators.
    - `options` string[]
    - `defaultValue` string — default value for custom field.
    - `description` string — custom field description.

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `404` — Not found error
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/revisions/2a73d11e9b98/schema)
