Skip to main content
Infrastructure/Change Management
GETChangeManagementSince 1.0SynchronousAuth Required

GetRecoveryStatus

Get the latest automatic recovery report for stale change requests

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns the following response structure.

  • recoveredAtString

    Recovered at

    Example: 2026-01-15T08:00:00Z

  • recoveredCountInteger

    Number of stale change requests successfully recovered

    Example: 5

  • timeoutProcessedInteger

    Number of change requests that timed out and were processed

    Example: 2

  • errorCountInteger

    Number of errors encountered during the recovery run

    Example: 20

  • recoveryDurationMsString

    Total duration of the recovery operation in milliseconds

    Example: 312

Endpoint

GET/api/v1/change-management/recovery/status

/api/v1/change-management/recovery/status

Operation ID

GetRecoveryStatus

Permalink

Request Example

curl -X GET '{host}/api/v1/change-management/recovery/status' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "recoveredAt": "example",
  "recoveredCount": 5,
  "timeoutProcessed": 2,
  "errorCount": 20,
  "recoveryDurationMs": 312
}

Change History

This API has no change history records yet.

View all change history