---
title: "Get post metrics sync status"
method: GET
path: "/posts/{id}/sync-status"
tags: ["Posts"]
---

# Get post metrics sync status

`GET /posts/{id}/sync-status`

Returns whether a post metrics sync is in progress and when metrics last synced.

## Path parameters

- `id` string, required

## Response `200`

Post metrics sync status

- object
  - `data` object, required
    - `postId` string, required
    - `syncInProgress` boolean, required
    - `lastSyncedAt` string, date-time, nullable, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Post not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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