Get automated topic recovery status

GET /v1/cloud_storage/initiate_topic_scan_and_recovery

Query the status of automated topic recovery.

Responses

  • 200 application/json

    Topic recovery status response

    Hide response attribute Show response attribute object
    • status string

      current status of recovery process

GET /v1/cloud_storage/initiate_topic_scan_and_recovery
curl \
 --request GET 'http://localhost:9644/v1/cloud_storage/initiate_topic_scan_and_recovery'
Response examples (200)
{
  "status": "string"
}