---
title: "Latest videos from a channel"
method: GET
path: "/v1/channels/videos"
tags: ["agent", "channels"]
---

# Latest videos from a channel

`GET /v1/channels/videos`

## Query parameters

- `channelUrl` string, uri, required
- `limit` integer

## Response `200`

Successful response

- object
  - `title` string, nullable, required
  - `description` string, nullable, required
  - `videos` object[], required
    - `id` string, required
    - `title` string, required
    - `url` string, required
    - `publishedAt` string, nullable, required
    - `coverUrl` 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/revisions/6923ed89c442/schema)
