---
title: "Get Trip Feed"
method: GET
path: "/trips/{trip_id}/feed"
tags: ["feed"]
---

# Get Trip Feed

`GET /trips/{trip_id}/feed`

## Path parameters

- `trip_id` string, uuid, required

## Query parameters

- `cursor` string, nullable
- `limit` integer

## Response `200`

Successful Response

- FeedPage
  - `events` FeedEvent[], required
    - `event_type` string, required
    - `occurred_at` string, date-time, required
    - `actor` FeedActor
      - `user_id` string, uuid, required
      - `name` string, nullable
      - `username` string, nullable
      - `avatar_url` string, nullable
      - `avatar_color` string, nullable
    - `target` FeedTarget
      - `scope` string, required
      - `target_id` string, required
    - `payload` object, nullable
  - `next_cursor` 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/00746572572a/schema)
