Get Rollback Plan

Check whether an immutable revision can be restored to staging. This is advisory; the write rechecks permissions, release evidence, and staging concurrency. Ineligible responses do not expose the current staging revision.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

trunkIdstringRequired
contextKeystringRequired

Query parameters

revisionIdstringRequiredformat: "^[a-f0-9]{64}$"

Response

Rollback eligibility and the expected staging revision when eligible.
eligibleboolean
expectedStagingRevisionIdstring or null
reasonstring

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error