Get Division Detail
votes_get_divisionRetrieve detailed UK parliamentary division records showing how each member voted on specific legislation, including accurate voter counts and truncated lists for large divisions.
Instructions
Get full detail for a parliamentary division including how each member voted.
Voter lists are truncated to 100 per side to fit response limits. Total voter counts are always accurate regardless of truncation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | DivisionDetailInput with division_id and house. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Division ID | |
| title | Yes | Division title / motion text | |
| date | Yes | Date of the division | |
| house | Yes | Commons or Lords | |
| ayes_count | Yes | Total Aye votes | |
| noes_count | Yes | Total No votes | |
| passed | Yes | Whether the motion passed | |
| is_government_win | No | Whether the government won (Lords only) | |
| aye_voters | No | Members who voted Aye (may be truncated) | |
| noe_voters | No | Members who voted No (may be truncated) | |
| truncated | No | Whether voter lists were truncated to fit response limits | |
| total_aye_voters | No | Total number of Aye voters before truncation | |
| total_noe_voters | No | Total number of No voters before truncation |