Skip to main content
Fetch one change and its file/conflict summary. Required scope: read

Options

str
required
Repository name.
str
required
Mesa change ID.
str | None
Organization override.

Response

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

CommitIdentity

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