curl -sS 'https://matrix.example.com/_synapse/admin/v1/rooms/!abc123:example.com/forward_extremities' -H "Authorization: Bearer $ACCESS_TOKEN"

Category: Matrix & Synapse

curl -sS 'https://matrix.example.com/_synapse/admin/v1/rooms/!abc123:example.com/forward_extremities' -H "Authorization: Bearer $ACCESS_TOKEN"

Count forward extremities of a room

Shows how many unmerged branches of the room's event graph exist; a high count degrades sync performance for everyone in the room. A healthy room usually has one or a few. If the count is huge, the DELETE variant can trim extras, but only after reading the linked issue. Diagnostic first, destructive second.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.