Skip to main content
GET
List Changes
Results are scoped to your OWNERS permissions — changes touching only paths you cannot read are omitted. Filter with one or more status query params (reserved, draft, open, approved, denied). Each actionable change carries a capabilities object (can_approve / can_deny / can_restore) so you only attempt actions you are allowed to take — identical to the in-product review UI.

Authorizations

Authorization
string
header
required

API key or JWT token

Query Parameters

status
enum<string>[]

Filter by change status. Repeatable.

Available options:
reserved,
draft,
open,
approved,
denied
page_size
integer<int32>
page_token
string
include_auto_approved
boolean

Response

A page of changes

changes
object[]
next_page_token
string
counts
object