---
title: "Get total posts count"
method: GET
path: "/posts/count"
tags: ["Posts"]
---

# Get total posts count

`GET /posts/count`

Returns the total number of posts across all workspaces the token has access to.

## Response `200`

Total posts count and per-workspace breakdown

- object
  - `data` object, required
    - `total` number, required
    - `workspaces` object[], required
      - `workspaceId` string, required
      - `count` number, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `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)
