Query status of automated topic recovery.
GET
/v1/cloud_storage/topic_recovery
curl \
--request GET 'http://localhost:9644/v1/cloud_storage/topic_recovery'
Response examples (200)
{
"request": {
"retention_bytes": 42,
"retention_ms": 42,
"topic_names_pattern": "string"
},
"state": "string",
"topic_download_counts": [
{
"failed_downloads": 42,
"pending_downloads": 42,
"successful_downloads": 42,
"topic_namespace": "string"
}
]
}