---
title: "Bulk get statuses"
method: GET
path: "/rest/api/3/statuses"
tags: ["Status"]
---

# Bulk get statuses

`GET /rest/api/3/statuses`

Returns a list of the statuses specified by one or more status IDs.

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

 *  *Administer projects* [project permission.](https://confluence.atlassian.com/x/yodKLg)
 *  *Administer Jira* [project permission.](https://confluence.atlassian.com/x/yodKLg)

## Query parameters

- `id` string[], required

## Response `200`

Returned if the request is successful.

- JiraStatus[]
  - `description` string — The description of the status.
  - `id` string — The ID of the status.
  - `name` string — The name of the status.
  - `scope` StatusScope — The scope of the status.
    - `project` ProjectId, nullable — Project ID details.
      - `id` string, required — The ID of the project.
    - `type` 'PROJECT' | 'GLOBAL', required — The scope of the status. `GLOBAL` for company-managed projects and `PROJECT` for team-managed projects.
  - `statusCategory` 'TODO' | 'IN_PROGRESS' | 'DONE' — The category of the status.

## Other responses

- `400` — Returned if the request is not valid.
- `401` — Returned if the authentication credentials are incorrect or missing, or the caller doesn't have permissions to perform the operation.

---

[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/5a51740d7ab3/schema)
