---
title: "🛡️ Query ratings for the currently logged in user."
method: GET
path: "/api/v1/ratings"
tags: ["Ratings"]
---

# 🛡️ Query ratings for the currently logged in user.

`GET /api/v1/ratings`

<h3>🛡️ Requires Capabilities: <code>Ratings.Read</code></h3>

## Query parameters

- `favorites` boolean
- `type` 'music_track'
- `sort` 'createdAt' | 'rating'
- `take` number
- `skip` number
- `order` 'ASC' | 'DESC'

## Response `200`

## Other responses

- `401` — Possible reasons: The authorization token is invalid.
- `403` — Possible reasons: The user does not have sufficent capabilities.

## Changes

- **2026-04-13** `71bda9bfce4c` — 1 info
  - added the new optional `query` request parameter `type`
- **2026-04-12** `43cbfa2e8b43` — 1 info
  - endpoint added
- **2026-03-10** `1ec5a2e9d039` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/cardinalapps/apis/cardinal-media-server-api/changes/api/v1/ratings/get.md)

---

[API](https://skmtc.dev/cardinalapps/apis/cardinal-media-server-api.md) · [All operations](https://skmtc.dev/cardinalapps/apis/cardinal-media-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cardinalapps/cardinal-media-server-api/revisions/7b5e4555e84f/schema)
