read
Options
string
required
Repository name.
string
required
Change ID.
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[]
Complete ordered commit attribution. Every entry is an equal contributor.
string
Shared ISO 8601 authored timestamp. The virtual root uses the Unix epoch.
CommitSignature
Committer identity. The virtual root has an empty name and email at the Unix epoch.
author field is not returned by the SDK; read authors and authored_at.
string[]
Parent change IDs for this change.
string
Creation time.
string
Last update time.
authors is [] and the signature fields are empty at the Unix epoch. Check authors.length to detect the root.
string[]
Repository-relative paths changed by this change.
string[]
Repository-relative paths that still contain unresolved conflicts.
CommitIdentity
string
Author display name.
string | null
Author email address, or
null when no email was supplied.CommitSignature
string
Committer display name.
string
Email address, or
"" when none was supplied. This string form is retained for compatibility.string | undefined
Timestamp for this signature when provided.

