Get in-memory partition manifest

GET /v1/cloud_storage/manifest/{topic}/{partition}

Get the in-memory partition manifest in JSON format.

Path parameters

  • topic string Required
  • partition integer Required

Responses

  • 200 application/json

    In-memory partition manifest in JSON response

GET /v1/cloud_storage/manifest/{topic}/{partition}
curl \
 --request GET 'http://localhost:9644/v1/cloud_storage/manifest/{topic}/{partition}'
Response examples (200)
{}