---
title: "Get available gadgets"
method: GET
path: "/rest/api/2/dashboard/gadgets"
tags: ["Dashboards"]
---

# Get available gadgets

`GET /rest/api/2/dashboard/gadgets`

Gets a list of all available gadgets that can be added to all dashboards.

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

## Response `200`

Returned if the request is successful.

- AvailableDashboardGadgetsResponse — The list of available gadgets.
  - `gadgets` AvailableDashboardGadget[], required — The list of available gadgets.
    - `moduleKey` string — The module key of the gadget type.
    - `title` string, required — The title of the gadget.
    - `uri` string — The URI of the gadget type.

## Other responses

- `400` — 400 response
- `401` — Returned if the authentication credentials are incorrect or missing.

---

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