GET /v1/cloud_storage/topic_recovery

Query status of automated topic recovery.

Responses

  • 200 application/json

    Topic recovery status response

    Hide response attributes Show response attributes object
    • request object
      Hide request attributes Show request attributes object
      • retention_bytes integer(int32)
      • retention_ms integer(int32)
      • topic_names_pattern string
    • state string
    • topic_download_counts array[object]
      Hide topic_download_counts attributes Show topic_download_counts attributes object
      • failed_downloads integer(int32)
      • pending_downloads integer(int32)
      • successful_downloads integer(int32)
      • topic_namespace string
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"
    }
  ]
}

Documentation preview

will expire on January 20 at 07:16

This is a preview of your version @2026-01-13.