---
title: "What's missing from the post: GET /posts/:id/missing | Posty Docs"
description: "Tells you what the post still needs before it can publish."
canonical: https://posty.hu/en/docs/api/endpoints/missing-content
source: https://posty.hu/en/docs/api/endpoints/missing-content.md
---

Posts

# What's missing from the post: GET /posts/:id/missing

Tells you what the post still needs before it can publish.

## Path

Method and path

GEThttps://api.posty.hu/public/v1/posts/:id/missing

Authorization

`posts:read`

operationId

`getPostMissingContent`

Tells you what is still missing before the post can be published: a required platform setting, media, a title. Run it before you schedule, because a missing piece becomes an error state at the moment of publishing.

## Parameters

| Name | Location | Type | Required | Description |
| --- | --- | --- | --- | --- |
| id | path | string | yes | The post ID. |

## Request

```
curl https://api.posty.hu/public/v1/posts/clp0s7t8u9v0w1x2/missing \
  -H "Authorization: psty_your_key"
```

Copy Code

## Related

- [Authentication](https://posty.hu/en/docs/api/authentication): API key and scopes.
- [Errors and limits](https://posty.hu/en/docs/api/errors): error responses and rate limits.
- [All endpoints](https://posty.hu/en/docs/api/endpoints): full list.

Documentation pages

Is something missing from this page? Email [norbert@posty.hu](mailto:norbert@posty.hu) or use the form on the [Help](https://posty.hu/en/help) page.
