Get a single change-request by id
GET /change-requests/{id}
GET
/change-requests/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Responses
Section titled “ Responses ”OK
object
data
object
title
required
string
description
string
type
required
string
risk_level
string
planned_at
string format: date-time
rollback_plan
string
status
string
approvers
Array of { email, approved_at } objects
approved_at
string format: date-time
rejected_at
string format: date-time
implemented_at
string format: date-time
evidence_url
string
incident_link
string
organisation
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found