---
title: "List posts"
method: GET
path: "/posts"
tags: ["Posts"]
---

# List posts

`GET /posts`

## Query parameters

- `pageSize` number
- `page` number
- `sortBy` string
- `featured` boolean
- `category` string
- `publishedAt` string, date-time
- `type` 'AUDIO' | 'ON_DEMAND' | 'PHOTO' | 'POLL' | 'TEXT' | 'VIDEO'
- `typeIn` string[]
- `typeNot` 'AUDIO' | 'ON_DEMAND' | 'PHOTO' | 'POLL' | 'TEXT' | 'VIDEO'
- `typeNotIn` string[]

## Headers

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

## Response `200`

Successful response

---

[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/versions/8e7584c449dc/schema)
