---
title: "Get available screen fields"
method: GET
path: "/rest/api/3/screens/{screenId}/availableFields"
tags: ["Screens"]
---

# Get available screen fields

`GET /rest/api/3/screens/{screenId}/availableFields`

Returns the fields that can be added to a tab on a screen.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Path parameters

- `screenId` integer, required

## Response `200`

Returned if the request is successful.

- ScreenableField[]
  - `id` string — The ID of the screen tab field.
  - `name` string — The name of the screen tab field. Required on create and update. The maximum length is 255 characters.

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the necessary permission.
- `404` — Returned if the screen is not found.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/ec7f275dfee5/schema)
