# Get partitions with lost majority **GET /v1/partitions/majority_lost** List of partitions with lost majority given an input set of dead node (broker) IDs. ## Servers - http://localhost:9644: http://localhost:9644 () ## Parameters ### Query parameters - **dead_nodes** (string) Use a comma-separated list of IDs, for example `1,3,5`. ## Responses ### 200 List of partitions #### Body: application/json (array[object]) - **ntp** (object) Namespace, Topic, Partition ID tuple - **topic_revision** (integer(int64)) Revision of topic that this NTP is part of - **replicas** (array[object]) Replica assignments - **dead_nodes** (array[integer(int32)]) List of dead nodes (brokers) that contribute to majority loss of partitions [Powered by Bump.sh](https://bump.sh)