---
title: "Get bulk screen tabs"
method: GET
path: "/rest/api/3/screens/tabs"
tags: ["Screen tabs"]
---

# Get bulk screen tabs

`GET /rest/api/3/screens/tabs`

Returns the list of tabs for a bulk of screens.

**[Permissions](#permissions) required:**

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

## Query parameters

- `screenId` integer[]
- `tabId` integer[]
- `startAt` integer
- `maxResult` integer

## Response `200`

Returned if the request is successful.

## Other responses

- `400` — Returned if the screen ID or the tab ID is empty.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the necessary permission.

---

[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)
