Skip to main content
List changes in a repository using cursor pagination. Required scope: write

Options

string
required
Repository name.
string | undefined
Organization override.
string | undefined
Bookmark whose reachable changes should be listed. Defaults to the repository default bookmark.
string | undefined
Opaque pagination cursor from a previous response.
number | undefined
Maximum number of changes to return. The server maximum is 100.

Response

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

Change

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

CommitIdentity

string
Author or committer display name.
string
Author or committer email address.
string | undefined
Timestamp for this identity when provided.