---
title: "Gets a set of issues to display in an issue picker."
method: GET
path: "/integrations/{integration_id}/issues/suggestions"
tags: ["Issue"]
---

# Gets a set of issues to display in an issue picker.

`GET /integrations/{integration_id}/issues/suggestions`

## Path parameters

- `integration_id` string, required

## Query parameters

- `project_id` string, required
- `query` string

## Response `201`

The issues to

- IssueSuggestions
  - `message` string — Message about the number of issue suggestions found and returned.
  - `issues` IssueSuggestionsIssues[] — The list of suggested issues of this type
    - `id` integer — The issue id
    - `key` string — The issue key
    - `summary` string — The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `default` — Unknown error

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
