Skip to main content
POST
Get a paginated change-history page for multiple entities

Authorizations

X-API-Key
string
header
required

Headers

customer
string
required

Workspace identifier

Path Parameters

projectId
string
required

Body

application/json
entity_ids
string[]
required

Entity IDs whose history should be included in this page.

Required array length: 1 - 500 elements
branch_id
string

Branch whose history should be read. Omit or pass "master" for Base.

cursor
string

Opaque cursor returned by the preceding page. It is valid only for the same project, branch, and entity ID set.

limit
number
default:100
Required range: 1 <= x <= 100

Response

items
object[]
required
next_cursor
string | null
required