---
title: "List Organization Merges"
method: GET
path: "/api/v2/organizations/{organization_id}/merges"
tags: ["Organizations"]
---

# List Organization Merges

`GET /api/v2/organizations/{organization_id}/merges`

Retrieves a list of all organization merge operations associated with a given organization. This endpoint allows you to track the history of merge actions for an organization, including ongoing and completed merges.

Each entry in the list contains details such as the ID of the merge, the winning and losing organization IDs, the current status of the merge, and a URL to access the `Organization Merge` record.

#### Pagination

- Cursor pagination is used for this endpoint.
- A maximum of 100 records can be returned per page.

See [Pagination](/api-reference/introduction/pagination/) for more details.

#### Allowed For

* Admins

## Query parameters

- `page[before]` string
- `page[after]` string
- `page[size]` integer

## Response `200`

Success response

- OrganizationMergeListResponse
  - `organization_merges` object[]
    - `id` string, string
    - `loser_id` integer
    - `status` 'new' | 'in_progress' | 'error' | 'complete'
    - `url` string, string
    - `winner_id` integer

## Changes

> 29 revisions in range; 1 not diffed.

- **2025-06-12** `edbf399da815` — 3 info
  - added the new optional `query` request parameter `page[after]`
  - added the new optional `query` request parameter `page[before]`
  - added the new optional `query` request parameter `page[size]`

[Change history](https://skmtc.dev/botbrains-io/apis/support-api/changes/api/v2/organizations/:organization_id/merges/get.md)

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
