Skip to main content
List current reachable changes, optionally restricted to a bookmark. Required scope: write

Options

str
required
Repository name.
str | None
Organization override.
str | None
Opaque pagination cursor from a previous response.
int | None
Maximum number of changes to return. The server maximum is 100.
str | None
Restrict results to changes reachable from this bookmark.

Response

str | None
Cursor for the next page, or null when no more results remain.
bool
Whether another page of results is available.
list[Change]
Change objects.

Change

str
Change ID.
str
Current commit OID for the change.
bool
Whether the current commit still contains unresolved conflicts.
str
Current change description. Empty string means the change has no description.
CommitIdentity
Commit author identity.
CommitIdentity
Committer identity.
list[str]
Parent change IDs for this change.
datetime
Creation time.
datetime
Last update time.

CommitIdentity

str
Author or committer display name.
str
Author or committer email address.
datetime | None
Timestamp for this identity when provided.