---
title: "Get Post"
method: GET
path: "/api/social-posts/{post_id}"
tags: ["social-posts"]
---

# Get Post

`GET /api/social-posts/{post_id}`

Get one post; ``?refresh=true`` pulls fresh status/results from the provider.

Non-terminal posts are refreshed automatically so pollers see progress
without opting in.

## Path parameters

- `post_id` string, required

## Query parameters

- `refresh` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
