# Get cloud storage anomalies for a partition **GET /v1/cloud_storage/anomalies/{namespace}/{topic}/{partition}** Retrieve cloud storage anomalies for a given partition. ## Servers - http://localhost:9644: http://localhost:9644 () ## Parameters ### Path parameters - **namespace** (string) - **topic** (string) - **partition** (integer) ## Responses ### 200 Success #### Body: application/json (object) - **ns** (string) - **topic** (string) - **partition** (integer(int64)) - **revision_id** (integer(int64)) - **missing_partition_manifest** (boolean | null) - **missing_spillover_manifests** (array[string] | null) - **missing_segments** (array[string] | null) - **segment_metadata_anomalies** (array[object] | null) - **last_complete_scrub_at** (integer(int64) | null) - **num_discarded_missing_spillover_manifests** (integer(int64) | null) - **num_discarded_missing_segments** (integer(int64) | null) - **num_discarded_metadata_anomalies** (integer(int64) | null) [Powered by Bump.sh](https://bump.sh)