---
title: "Get list of votes for validator"
method: GET
path: "/validators/{id}/votes"
tags: ["validator"]
---

# Get list of votes for validator

`GET /validators/{id}/votes`

Returns a paginated list of governance votes cast by this validator on on-chain proposals.

## Path parameters

- `id` integer, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ResponsesVote[]
  - `deposit_time` string, date-time
  - `height` integer
  - `id` integer
  - `proposal` ResponsesShortProposal
    - `description` string, string
    - `id` integer
    - `status` string, string
    - `title` string, string
  - `proposal_id` integer
  - `status` string, string
  - `validator` ResponsesShortValidator
    - `cons_address` string
    - `id` integer
    - `moniker` string
  - `voter` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `voter_id` integer
  - `weight` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.net/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/versions/df8fa3d17ac3/schema)
