Skip to main content
Fetch a change and its path-level metadata. Required scope: read

Options

string
required
Repository name.
string
required
Change ID.
string | undefined
Organization override.

Response

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.
string[]
Repository-relative paths changed by this change.
string[]
Repository-relative paths that still contain unresolved conflicts.

CommitIdentity

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