Skip to main content
GET
Get component merge history

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string<uuid>
required

UUID of the component

Query Parameters

limit
integer
default:20

Maximum number of merged versions to return, newest-first.

Required range: 1 <= x <= 100

Response

Component merge history retrieved successfully

A component's MERGE_TO_MAIN version history with per-version diff metrics and downstream breakage indicators, ordered newest-first.

componentId
string
required

The ID of the component this history belongs to.

entries
object[]
required

Merge history entries ordered newest-first (latest merged version first).

componentName
string | null

The name of the component this history belongs to.