---
title: "Get a list of suggested merges."
method: GET
path: "/merges/suggested"
tags: ["Merges"]
---

# Get a list of suggested merges.

`GET /merges/suggested`

## Query parameters

- `filter` string

## Headers

- `X-Organization-Id` string, required

## Response `200`

List of suggested merges.

- ListMergeSuggestionsResponse
  - `suggestions` Suggestion[] — List of suggestions found.
    - `id` integer
    - `organizationId` integer
    - `suggestionProfile` SuggestionProfile[]
      - `id` integer
      - `suggestionId` integer
      - `profileId` integer
  - `nextPageToken` string — If there are more responses, the token to fetch the next in the list.

---

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