---
title: "Get a specific vote for an idea"
method: GET
path: "/ideas/{idea_id}/endorsements/{id}"
tags: ["Idea votes"]
---

# Get a specific vote for an idea

`GET /ideas/{idea_id}/endorsements/{id}`

"Idea votes" in the web interface are referenced as "idea endorsements" from API endpoints.

## Path parameters

- `idea_id` string, required
- `id` string, required

## Response `200`

Successful operation

---

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