---
title: "Get vote status for a catalog asset"
method: GET
path: "/v2/catalog/assets/{asset_id}/vote"
tags: ["Catalog"]
---

# Get vote status for a catalog asset

`GET /v2/catalog/assets/{asset_id}/vote`

Returns whether the current user has voted and the total vote count.

## Path parameters

- `asset_id` string, uuid, required

## Response `200`

Successful Response

- VoteResponse
  - `asset_id` string, uuid, required
  - `voted` boolean, required
  - `vote_count` integer, required

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-api-documentation/versions/bd33ea42994c/schema)
