Skip to main content
GET
Get Change
The git_ref returned here is required as expected_git_ref when approving, denying, or restoring — it makes review optimistic-concurrency safe: if the change was modified since you read it, the action returns 409 instead of acting on a stale view. An unknown or foreign-org id returns 404.

Authorizations

Authorization
string
header
required

API key or JWT token

Path Parameters

id
string
required

Change ID

Query Parameters

revision
integer<int32>

Fetch a historical revision (1-based); defaults to latest.

Response

The change

A reviewable Ontology change.

id
string
number
integer<int32>
author_id
string
author_email
string
author_name
string
title
string
description
string
status
enum<string>
Available options:
reserved,
draft,
open,
approved,
denied
git_ref
string

Echo this as expected_git_ref when approving/denying/restoring.

revision
integer<int32>
ai_generated
boolean
chat_id
string
approval_count
integer<int32>
required_approvals
integer<int32>
created_at
string<date-time>
updated_at
string<date-time>
diffs
object[]
capabilities
object

Actions the calling member may take on a change.