---
title: "Latest videos across all subscribed channels (live RSS)"
method: GET
path: "/v1/feed"
tags: ["agent", "feed"]
---

# Latest videos across all subscribed channels (live RSS)

`GET /v1/feed`

## Query parameters

- `since` string
- `limit` integer
- `cursor` string

## Response `200`

Successful response

- object
  - `items` object[], required
    - `contentId` string, nullable, required
    - `channelId` string, nullable, required
    - `channelTitle` string, nullable, required
    - `title` string, nullable, required
    - `sourceUrl` string, required
    - `coverUrl` string, nullable, required
    - `duration` string, nullable, required
    - `publishedAt` string, required
    - `isUnseen` boolean, required
  - `failedChannels` object[], required
    - `channelId` string, required
    - `channelTitle` string, nullable, required
    - `channelUrl` string, required
    - `message` string, required
  - `nextCursor` string, nullable, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/bibigpt/apis/bibigpt-openapi.md) · [All operations](https://skmtc.net/bibigpt/apis/bibigpt-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bibigpt/bibigpt-openapi/versions/6923ed89c442/schema)
