---
title: "Find custom fields for specified project"
method: GET
path: "/jobs-api/v3/projects/{projectId}/custom-fields"
tags: ["Jobs"]
---

# Find custom fields for specified project

`GET /jobs-api/v3/projects/{projectId}/custom-fields`

Returns custom fields assigned to the project. Order is the one that was specified during assignment operation.

## Path parameters

- `projectId` string, required

## 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/versions/2a73d11e9b98/schema)
