---
title: "List last five videos by channel ID"
method: GET
path: "/post/last-published-videos"
tags: ["Posts"]
---

# List last five videos by channel ID

`GET /post/last-published-videos`

## Headers

- `organization` string, required
- `channel` string, required

## Response `200`

The total published post per channel.

- object
  - `message` string
  - `error` boolean
  - `code` integer
  - `results` object
    - `response` object
      - `_Id` string
      - `title` string
      - `thumbnail` string
      - `publishedAt` string

## Other responses

- `404` — Returns 404 if no results found;

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/revisions/8e7584c449dc/schema)
