---
title: "Get post status"
method: GET
path: "/v2/posts/{postSubmissionId}"
tags: ["publishing"]
---

# Get post status

`GET /v2/posts/{postSubmissionId}`

Fetches the status of a post by its submission ID. This is useful for checking if a post was successfully published or if it failed. Post lookup has a user-level rate limit of **60 requests / minute** to prevent spamming / abusing social media endpoints

## Path parameters

- `postSubmissionId` string, required

## Response `200`

Default Response

- object
  - `postSubmissionId` string, required — The ID of the post submission.
  - `status` 'in-progress' | 'failed' | 'published' | 'scheduled', required — The current status of the post.
  - `scheduledTime` string — The scheduled time of the post if it is scheduled. Null if the post was published immediately.
  - `publicUrl` string — The public URL of the post if it was published.
  - `errorMessage` string — The error message if the post failed.

## Other responses

- `403` — Forbidden
- `404` — Not found
- `429` — Rate limit exceeded
- `500` — Server error

## Changes

- **2026-08-21** `39e94457ccb2` — 8 info
  - added the optional property `action` to the response with the `403` status
  - added the optional property `action` to the response with the `404` status
  - added the optional property `action` to the response with the `429` status
  - added the optional property `action` to the response with the `500` status
  - …4 more
- **2026-08-11** `51232970f10e` — 1 info
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/blotato/apis/blotato-api/changes/v2/posts/:postSubmissionId/get.md)

---

[API](https://skmtc.dev/blotato/apis/blotato-api.md) · [All operations](https://skmtc.dev/blotato/apis/blotato-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blotato/blotato-api/revisions/c93447ba6b9d/schema)
