---
title: "Get missing content"
method: GET
path: "/posts/{id}/missing"
tags: ["Posts"]
---

# Get missing content

`GET /posts/{id}/missing`

When a post has been published but the platform did not return a usable post ID (the `releaseId` is set to `"missing"`), this endpoint fetches recent content from the provider so you can match and connect the correct one to the post.

The provider must implement the optional `missing` method. If the provider does not support it, an empty array is returned.

## Path parameters

- `id` string, required

## Response `200`

List of recent content items from the provider

- MissingContentItem[]
  - `id` string — Platform-specific content ID
  - `url` string — Thumbnail or preview URL for the content

---

[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)
