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

# List posts

`GET /posts`

Get posts within a date range.

## Query parameters

- `startDate` string, date-time, required
- `endDate` string, date-time, required
- `customer` string

## Response `200`

List of posts

- PostsResponse
  - `posts` Post[]
    - `id` string
    - `content` string
    - `publishDate` string, date-time
    - `releaseURL` string — URL of the published post
    - `state` 'QUEUE' | 'PUBLISHED' | 'ERROR' | 'DRAFT'
    - `integration` object
      - `id` string
      - `providerIdentifier` string
      - `name` string
      - `picture` string

---

[API](https://skmtc.net/postiz/apis/postiz-public-api.md) · [All operations](https://skmtc.net/postiz/apis/postiz-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postiz/postiz-public-api/revisions/91e98b6af585/schema)
