---
title: "List Likes"
method: GET
path: "/trips/{trip_id}/likes"
tags: ["comments"]
---

# List Likes

`GET /trips/{trip_id}/likes`

## Path parameters

- `trip_id` string, uuid, required

## Query parameters

- `scope` string, required
- `target_id` string, required

## Response `200`

Successful Response

- LikeStateOut
  - `count` integer, required
  - `by_user_ids` string[], required
  - `likers` LikerProfile[], required
    - `user_id` string, uuid, required
    - `name` string, nullable
    - `username` string, nullable
    - `email` string, nullable
    - `avatar_url` string, nullable
    - `avatar_color` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/eb694aedc555/schema)
